[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: 192.005859375 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 [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] 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 18 '.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/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/0014-avoid-macro-expansion-in-args-by-defining-NCURSES_NO.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0015-MSVC-access-does-not-support-X_OK.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0016-msvc-has-wchar-support.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0017-msvc-fix-tests.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0018-missing-functions-c-linkage.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0019-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/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/0014-avoid-macro-expansion-in-args-by-defining-NCURSES_NO.patch - base_path: source_subfolder patch_file: patches/0015-MSVC-access-does-not-support-X_OK.patch - base_path: source_subfolder patch_file: patches/0016-msvc-has-wchar-support.patch - base_path: source_subfolder patch_file: patches/0017-msvc-fix-tests.patch - base_path: source_subfolder patch_file: patches/0018-missing-functions-c-linkage.patch - base_path: source_subfolder patch_file: patches/0019-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: The stored package has not changed ncurses/6.2: Using the exported files summary hash as the recipe revision: cd4ac5fcd034199eb86483c4d6853caa ncurses/6.2: Exported revision: cd4ac5fcd034199eb86483c4d6853caa 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:e7236c73b67cd4bfb27536e776057fbc59ef09e2 - Build Installing (downloading, building) binaries... ncurses/6.2: Copying sources to build folder ncurses/6.2: Building your package in /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/build/e7236c73b67cd4bfb27536e776057fbc59ef09e2 [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 '--enable-widec' '--enable-ext-colors' '--disable-reentrant' '--without-pcre2' '--with-cxx-binding' '--with-progs' '--without-libtool' '--without-ada' '--without-manpages' '--without-tests' '--disable-echo' '--without-debug' '--without-profile' '--with-sp-funcs' '--disable-rpath' '--datarootdir=/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/bin/share' '--disable-pc-files' '--with-shared' '--without-normal' '--with-cxx-shared' '--prefix=/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ----Running------ > source_subfolder/configure '--enable-widec' '--enable-ext-colors' '--disable-reentrant' '--without-pcre2' '--with-cxx-binding' '--with-progs' '--without-libtool' '--without-ada' '--without-manpages' '--without-tests' '--disable-echo' '--without-debug' '--without-profile' '--with-sp-funcs' '--disable-rpath' '--datarootdir=/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/bin/share' '--disable-pc-files' '--with-shared' '--without-normal' '--with-cxx-shared' '--prefix=/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2' '--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 Aug 11 12:07:18 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... /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2 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... /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/bin/share/terminfo checking for default terminfo directory... /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/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... yes checking for wchar.h... yes checking for wctype.h... yes checking if wchar.h can be used as is... yes checking if wcwidth agrees graphics are single-width... yes checking for putwc... yes checking for btowc... yes checking for wctob... yes checking for mbtowc... yes checking for wctomb... yes checking for mblen... yes checking for mbrlen... yes checking for mbrtowc... yes checking for wcsrtombs... yes checking for mbsrtowcs... yes checking for wcstombs... yes checking for mbstowcs... yes checking if we must include wchar.h to declare mbstate_t... yes checking if we must include wchar.h to declare wchar_t... no checking if we must include wchar.h to declare wint_t... yes 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 format of man-pages... gzip checking for manpage renaming... /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/build/e7236c73b67cd4bfb27536e776057fbc59ef09e2/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 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... (cached) 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 wchar_t... yes checking size of wchar_t... 4 checking for library subsets... ticlib+termlib+ext_tinfo+base+widechar+ext_funcs checking default library suffix... w checking default library-dependency suffix... w.so checking default object directory... obj_s checking c++ library-dependency suffix... w.so checking where we will install curses.h... ${prefix}/include/ncursesw checking for src modules... ncurses progs panel menu form checking for defines to add to ncursesw6-config script... -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 package: ncursesw 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: WARNING: Some variables may not be substituted: include/ncurses_exports.h:43:# define NCURSES_EXPORT_GENERAL_IMPORT @NCURSES_EXPORT@ include/ncurses_exports.h:44:# define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ 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/ncursesw6-config.1 config.status: creating Makefile config.status: creating include/ncurses_cfg.h Appending rules for shared model (ncurses: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) Appending rules for shared model (progs: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) Appending rules for shared model (panel: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) Appending rules for shared model (menu: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) Appending rules for shared model (form: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) Appending rules for shared model (c++: ticlib+termlib+ext_tinfo+base+widechar+ext_funcs) creating headers.sh ** Configuration summary for NCURSES 6.2 20200212: extended funcs: yes xterm terminfo: xterm-new bin directory: /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/bin lib directory: /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/lib include directory: /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/include/ncursesw man directory: /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/bin/share/man terminfo directory: /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/bin/share/terminfo ** Include-directory is not in a standard location ----Running------ > make -j3 ----------------- cd include && make DESTDIR="" RPATH_LIST="/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/lib" all make[1]: Entering directory '/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/build/e7236c73b67cd4bfb27536e776057fbc59ef09e2/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 "cchar_t" = "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 '/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/build/e7236c73b67cd4bfb27536e776057fbc59ef09e2/include' cd ncurses && make DESTDIR="" RPATH_LIST="/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/lib" all make[1]: Entering directory '/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/build/e7236c73b67cd4bfb27536e776057fbc59ef09e2/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 /home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/package/e7236c73b67cd4bfb27536e776057fbc59ef09e2/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 In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:304:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:304:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:304:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:304:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘acs_map’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:612:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:612:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:612:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:613:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:613:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:613:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:614:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:614:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:614:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:615:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:615:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:615:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:616:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:616:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:616:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:617:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:617:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:617:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:618:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:618:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:618:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:619:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:619:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:619:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:620:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:620:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:620:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:621:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:621:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:621:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:622:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:622:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:622:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:623:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:623:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:623:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:624:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:624:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:624:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:625:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) beep (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:625:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) beep (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:625:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) beep (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:626:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:626:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:626:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:627:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:627:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:627:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:628:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:628:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:628:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:629:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:629:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:629:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:630:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:630:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:630:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:631:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:631:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:631:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:632:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:632:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:632:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:633:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clear (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:633:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clear (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:633:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clear (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:634:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:634:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:634:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ 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 In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:635:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtobot (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:635:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtobot (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:635:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clrtobot (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:636:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:636:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:636:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:637:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:637:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:637:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:638:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:638:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:638:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:639:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:639:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:639:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:640:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:640:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:640:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:641:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:641:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:641:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:642:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:642:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:642:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:643:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:643:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:643:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:644:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delay_output (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:644:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delay_output (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:644:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) delay_output (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:645:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:645:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delch (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:645:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) delch (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:646:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:646:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:646:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:647:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:647:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:647:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:648:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) deleteln (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:648:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) deleteln (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:648:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) deleteln (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:649:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:649:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:649:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:649:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:650:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) doupdate (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:650:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) doupdate (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:650:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) doupdate (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:651:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:652:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:652:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:652:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) echo (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:653:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:653:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:653:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:654:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erase (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:654:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erase (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:654:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) erase (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:655:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) endwin (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:655:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) endwin (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:655:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) endwin (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:656:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) erasechar (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:656:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) erasechar (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:656:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) erasechar (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:657:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) filter (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:657:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) filter (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:657:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) filter (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:658:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flash (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:658:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flash (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:658:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) flash (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:659:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flushinp (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:659:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flushinp (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:659:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) flushinp (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:660:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:660:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:660:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:660:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘getbkgd’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:661:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:661:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getch (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:661:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getch (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:662:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:662:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:662:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:663:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getstr (char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:663:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getstr (char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:663:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getstr (char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:664:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:664:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:664:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:664:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:665:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:665:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:665:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:666:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:666:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:666:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:667:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:667:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:667:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:668:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_il (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:668:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_il (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:668:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_il (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:669:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:669:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:669:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:670:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:670:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:670:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:671:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:671:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:671:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ /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 In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:672:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:672:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:672:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:673:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘inch’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:674:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:674:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:674:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ mawk -f ../source_subfolder/ncurses/tinfo/MKnames.awk bigstrings=1 ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >names.c In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:675:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:675:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:675:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:676:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:677:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:677:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:677:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:678:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:678:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:678:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:679:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:679:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:679:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:680:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insch (chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:680:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insch (chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:680:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insch (chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:681:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insdelln (int); /* generated */ ^ echo | mawk -f ../source_subfolder/ncurses/base/MKunctrl.awk bigstrings=1 >unctrl.c ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:681:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insdelln (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:681:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insdelln (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:682:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insertln (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:682:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insertln (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:682:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insertln (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:683:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:683:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:683:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:684:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insstr (const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:684:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insstr (const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:684:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insstr (const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:685:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) instr (char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:685:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) instr (char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:685:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) instr (char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:686:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:686:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:686:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:687:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:687:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:687:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ /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 In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:688:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:688:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:688:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:689:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:689:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */ ^ .. adding -P option to work around /usr/bin/gcc 5.4.0 In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:689:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:690:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:690:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:690:23: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:691:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:691:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:691:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:692:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) killchar (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:692:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) killchar (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:692:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) killchar (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:693:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:693:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:693:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:694:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) longname (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:694:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) longname (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:694:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) longname (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:695:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:695:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:695:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:696:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) move (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:696:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) move (int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:696:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) move (int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:697:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:697:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:697:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:698:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:698:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:698:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:699:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:699:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:699:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:700:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:700:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:700:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:701:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:701:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:701:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:702:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:702:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:702:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:703:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:703:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:703:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:704:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:704:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:704:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:705:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:705:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:705:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:706:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:706:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:706:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:707:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:707:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:707:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:708:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:708:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:708:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:709:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:709:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:709:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:710:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:710:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:710:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:710:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mvinch’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:711:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:711:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:711:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:712:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:712:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:712:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:713:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:713:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:713:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:714:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:714:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:714:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:715:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:715:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:715:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:716:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:716:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:716:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:717:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:717:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:717:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:718:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:718:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:718:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:720:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvscanw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:720:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvscanw (int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:720:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvscanw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:722:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:722:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:722:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:723:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:723:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:723:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:724:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:724:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:724:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:725:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:725:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:725:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:726:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:726:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:726:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:727:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:727:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:727:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:728:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:729:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:730:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:731:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:732:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:733:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:734:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:735:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mvwinch’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:736:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:737:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:738:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:739:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:740:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:741:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:742:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:743:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:745:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:747:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) napms (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) napms (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:748:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) napms (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:749:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:750:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:751:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nl (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nl (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:752:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nl (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:753:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:754:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:304:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noecho (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noecho (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:755:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) noecho (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nonl (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nonl (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:756:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nonl (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:757:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noraw (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noraw (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:758:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) noraw (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:759:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:760:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:761:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:762:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:763:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:304:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:304:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:304:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘acs_map’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:764:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:765:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:766:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:767:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:769:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) qiflush (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) qiflush (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:770:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) qiflush (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) raw (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) raw (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:771:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) raw (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:772:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) refresh (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) refresh (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:773:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) refresh (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resetty (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:612:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resetty (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:612:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:774:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) resetty (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:612:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:613:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:613:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:775:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:613:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:614:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:614:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:776:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:777:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) savetty (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) savetty (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:778:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) savetty (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:779:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:614:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:615:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:615:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:615:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:616:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:781:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:616:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:616:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:617:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:617:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:617:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:618:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:618:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:618:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:619:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:619:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:782:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrl (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrl (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:783:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scrl (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:619:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:620:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:620:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:620:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:621:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:784:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:785:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:786:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:621:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:621:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:622:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:622:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:622:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:787:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:788:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:789:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:790:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:623:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:623:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:623:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:624:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:624:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:791:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:792:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:793:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:794:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:795:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘slk_attr’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:624:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:625:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) beep (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:796:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:625:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) beep (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:625:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) beep (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ compiling hardscroll (obj_s) In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:797:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:798:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_init (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_init (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:799:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_init (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:800:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:801:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:802:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:803:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:804:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:805:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standout (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standout (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:806:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) standout (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standend (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:626:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standend (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:807:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) standend (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:626:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) start_color (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) start_color (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:808:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) start_color (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:809:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:810:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:811:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:812:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘termattrs’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) termname (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) termname (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:813:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) termname (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) timeout (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) timeout (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:814:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) timeout (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:815:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:626:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:816:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:627:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) typeahead (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) typeahead (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:817:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) typeahead (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetch (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetch (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:818:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ungetch (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:819:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:820:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:821:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:627:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:822:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:627:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:823:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:823:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:823:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:824:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:824:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:824:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:825:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:628:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:628:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:628:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:826:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_scanw); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_scanw); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:827:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_scanw); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *,va_list); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:828:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:829:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:830:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:830:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:830:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:831:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:831:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:831:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:832:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:832:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:832:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:833:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:833:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:833:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:834:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:834:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:834:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:629:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:835:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:629:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:835:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:629:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:835:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:630:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:630:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:630:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:631:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:631:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:631:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:836:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:632:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:836:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:632:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:632:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:633:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clear (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:836:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:633:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clear (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:837:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:633:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clear (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:837:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:837:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:634:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:634:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:634:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:635:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtobot (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:635:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtobot (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:635:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clrtobot (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:636:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:636:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:636:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:637:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:637:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:637:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:638:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:638:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:638:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:639:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:639:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:639:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:640:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:640:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:304:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:304:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:304:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:304:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘acs_map’ extern NCURSES_EXPORT_VAR(chtype) acs_map[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:838:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:838:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:838:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:839:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:839:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:640:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:641:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:641:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:641:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:642:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:839:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:840:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:840:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:840:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:841:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:642:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:642:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:643:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:643:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:643:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:644:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delay_output (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:644:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delay_output (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:644:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) delay_output (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:645:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:645:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:841:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:841:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:842:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:842:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:842:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:645:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) delch (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:646:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:646:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:646:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:647:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:647:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:647:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:648:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) deleteln (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:648:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) deleteln (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:648:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) deleteln (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:843:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:843:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:843:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:844:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:844:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:844:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:845:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:845:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:845:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:846:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:649:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:649:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:649:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:649:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:650:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) doupdate (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:846:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:846:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:847:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:847:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:847:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:650:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) doupdate (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:650:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) doupdate (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:651:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:848:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:652:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:652:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:848:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:652:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) echo (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:848:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:653:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:653:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:653:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:654:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erase (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:654:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erase (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:849:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:849:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:849:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:850:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:850:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:850:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:851:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:851:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:851:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:852:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:852:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:852:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:853:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:853:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:853:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:854:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:654:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) erase (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:854:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:655:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) endwin (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:854:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:655:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) endwin (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:655:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) endwin (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:656:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) erasechar (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:656:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) erasechar (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:656:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) erasechar (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:657:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) filter (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:657:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) filter (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:657:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) filter (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:658:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flash (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:658:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flash (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:658:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) flash (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:659:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flushinp (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:659:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flushinp (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:659:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) flushinp (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:660:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:660:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:660:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:660:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘getbkgd’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:855:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:855:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:855:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:856:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:856:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:856:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:857:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:857:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:857:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:858:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:858:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:858:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:661:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getch (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:858:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘winch’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:661:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getch (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:859:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:661:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getch (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:859:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:859:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:860:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:860:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:860:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:861:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:662:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:662:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:662:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:663:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getstr (char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:663:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getstr (char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:663:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getstr (char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:861:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:664:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:861:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:664:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:862:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:862:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:862:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:863:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:863:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:863:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:864:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:864:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:864:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:865:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:865:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:865:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:664:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:866:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:664:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:866:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:866:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:665:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:665:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:665:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:666:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:666:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:666:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:667:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:667:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:667:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:668:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_il (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:668:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_il (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:668:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_il (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:669:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:669:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:669:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:670:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:670:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:670:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:671:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:671:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:671:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:672:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:672:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:672:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:867:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:673:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘inch’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:867:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:674:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:867:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:674:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:674:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:675:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:675:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:675:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:676:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:677:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:677:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:868:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:677:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:678:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:868:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:678:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:678:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:679:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:679:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:679:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:680:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insch (chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:680:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insch (chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:868:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:680:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insch (chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:869:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:681:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insdelln (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:869:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:869:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:681:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insdelln (int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:870:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:681:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insdelln (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:870:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:682:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insertln (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:870:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:682:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insertln (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:682:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insertln (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:683:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:683:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:683:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:684:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insstr (const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:684:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insstr (const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:684:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insstr (const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:685:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) instr (char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:685:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) instr (char *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:872:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:872:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:872:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:873:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:873:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:873:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:874:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscanw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:874:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscanw (WINDOW *, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:874:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wscanw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:876:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:612:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:612:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:612:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:613:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:613:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:613:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:614:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:614:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:614:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:615:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:876:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:876:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:877:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:877:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:877:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:878:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:878:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:878:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:879:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:879:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:879:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:685:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) instr (char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:880:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:880:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:686:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:880:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:881:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:881:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:881:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:882:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:882:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:882:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:686:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:883:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:883:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:686:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:687:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:687:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:883:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:687:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:688:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:884:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:688:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:884:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:884:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:889:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:889:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:889:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:890:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:688:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:689:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:890:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:689:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:689:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:890:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:891:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tigetstr (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:891:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tigetstr (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:891:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tigetstr (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:892:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putp (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:892:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putp (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:892:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) putp (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:895:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:895:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:895:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:901:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:615:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:615:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addnstr (const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:616:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:616:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:616:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:617:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:617:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:617:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:618:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:618:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:690:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:690:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:690:23: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:691:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:691:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:691:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:901:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:692:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) killchar (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:901:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:692:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) killchar (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:906:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:692:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) killchar (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:693:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:693:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:693:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:694:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) longname (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:694:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) longname (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:906:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:694:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) longname (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:695:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:906:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:907:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:907:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:695:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:907:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:695:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:908:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:696:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) move (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:696:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) move (int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:696:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) move (int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:697:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:697:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:697:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:618:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:908:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:619:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:908:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:619:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:909:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:698:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:698:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:698:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:699:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:699:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:619:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:909:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:620:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:909:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:620:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:910:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:620:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_get (attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:621:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:621:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:621:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:622:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:699:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:700:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:700:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:700:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:701:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:622:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:910:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:622:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:910:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:623:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:911:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:701:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:701:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:702:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:702:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:702:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:911:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:623:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:911:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:623:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) attr_set (attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:624:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:912:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:703:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:624:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:703:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:624:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) baudrate (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:703:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:625:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) beep (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:625:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) beep (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:912:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:912:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:913:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:913:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:913:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:704:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:625:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) beep (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:626:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:704:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:626:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:704:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:626:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:705:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:705:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:705:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:706:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:706:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:914:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:627:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:627:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:914:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:627:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) bkgdset (chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:914:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:931:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_term_resized (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:931:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_term_resized (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:931:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_term_resized (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:932:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) keybound (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:932:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) keybound (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:706:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:707:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:707:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:707:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:708:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:932:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) keybound (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:628:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:933:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) curses_version (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:628:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:628:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:629:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:708:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:629:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:629:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:708:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:630:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:630:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:630:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:933:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) curses_version (void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:933:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ extern NCURSES_EXPORT(const char *) curses_version (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:934:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) alloc_pair (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:934:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) alloc_pair (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:934:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) alloc_pair (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:631:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:709:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:631:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:709:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:631:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) cbreak (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:709:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:710:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:710:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:710:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:710:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mvinch’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:711:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:935:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) assume_default_colors (int, int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:632:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:632:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:935:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) assume_default_colors (int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:632:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) chgat (int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:633:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clear (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:711:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:711:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:712:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:712:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:712:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:935:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) assume_default_colors (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:633:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clear (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:936:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) define_key (const char *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:633:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clear (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:936:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) define_key (const char *, int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:634:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:936:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) define_key (const char *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:937:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:937:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:937:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:938:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:713:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:634:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:713:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:634:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:713:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:635:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtobot (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:635:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtobot (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:938:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:635:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clrtobot (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:938:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:939:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_slk_color(int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:636:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:636:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:636:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) clrtoeol (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:714:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:714:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:714:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:715:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:715:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:939:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_slk_color(int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:637:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:939:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) extended_slk_color(int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:637:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:637:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) color_content (NCURSES_COLOR_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:940:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) find_pair (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:715:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:638:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:638:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:716:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:638:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) color_set (NCURSES_PAIRS_T,void*); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:716:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:940:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) find_pair (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:940:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) find_pair (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:639:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:941:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) free_pair (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:941:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) free_pair (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:639:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:639:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:716:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:717:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:717:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:717:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:718:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:941:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) free_pair (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:640:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:942:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_escdelay (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:640:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:942:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_escdelay (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:640:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:718:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:718:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:720:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvscanw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:720:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvscanw (int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:720:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvscanw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:942:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) get_escdelay (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:641:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:943:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:641:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:641:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) curs_set (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:943:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:943:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:642:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:944:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_pair(int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:642:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:642:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:944:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_pair(int, int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:944:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_extended_pair(int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:945:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) key_defined (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:945:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) key_defined (const char *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:945:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) key_defined (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:946:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keyok (int, bool); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:643:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:643:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:643:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:644:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delay_output (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:644:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delay_output (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:722:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:946:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keyok (int, bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:722:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:946:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) keyok (int, bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:722:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:947:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) reset_color_pairs (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:947:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) reset_color_pairs (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:644:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) delay_output (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:723:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:645:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:723:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:645:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delch (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:645:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) delch (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:646:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:646:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:646:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) delscreen (SCREEN *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:647:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:647:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:947:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) reset_color_pairs (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:948:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resize_term (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:948:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resize_term (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:948:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) resize_term (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:949:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resizeterm (int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:647:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:723:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:648:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) deleteln (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:724:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:648:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) deleteln (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:724:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:949:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resizeterm (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:724:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:949:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) resizeterm (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:725:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:725:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:950:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_escdelay (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:648:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) deleteln (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:725:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:649:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:726:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:649:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:726:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:726:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:950:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_escdelay (int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:727:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:727:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:727:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:950:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) set_escdelay (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:649:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:649:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:650:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) doupdate (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:650:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) doupdate (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:650:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) doupdate (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:951:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_tabsize (int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:951:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_tabsize (int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:728:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:951:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) set_tabsize (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:651:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:652:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:952:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_default_colors (void); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:952:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_default_colors (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:729:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:952:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_default_colors (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:953:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_extended_names (bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:953:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_extended_names (bool); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:953:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_extended_names (bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:954:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_legacy_coding (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:954:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_legacy_coding (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:652:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:652:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) echo (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:730:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:653:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:653:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:653:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) echochar (const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:654:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erase (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:731:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:954:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_legacy_coding (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:732:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:955:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:654:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erase (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:733:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:654:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) erase (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:734:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:955:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:955:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:956:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:956:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:956:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:655:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) endwin (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:655:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) endwin (void); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:655:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) endwin (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:735:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mvwinch’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:736:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:656:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) erasechar (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:957:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:656:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) erasechar (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:656:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) erasechar (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:957:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:657:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) filter (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:657:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) filter (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:657:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) filter (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:658:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flash (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:658:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flash (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:658:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) flash (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:957:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:737:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:958:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) nofilter(void); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:958:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) nofilter(void); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:659:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flushinp (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:738:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:659:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) flushinp (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:659:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) flushinp (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:739:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:958:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) nofilter(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:964:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:740:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:964:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:660:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:660:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:964:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:660:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:660:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘getbkgd’ extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:964:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:965:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:965:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:965:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:966:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:966:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:661:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:661:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getch (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:741:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:661:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getch (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:662:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:662:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:662:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:663:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getstr (char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:663:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getstr (char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:966:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:742:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:967:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:967:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:967:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:968:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:968:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:968:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:969:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:663:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getstr (char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:743:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:664:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:664:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:664:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:745:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:664:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) getwin (FILE *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:665:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:665:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:665:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) halfdelay (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:666:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:666:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:747:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:666:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) napms (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) napms (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:667:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:969:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:667:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:969:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:667:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_ic (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:970:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:970:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:668:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_il (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:668:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_il (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:668:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_il (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:669:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:669:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:970:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:971:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:971:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:971:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:972:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:669:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) hline (chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:670:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:670:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:670:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) idcok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:671:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:972:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:748:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) napms (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:972:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:973:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_pad (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:671:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:749:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:671:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) idlok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:672:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:672:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:750:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:672:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) immedok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:751:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nl (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nl (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:752:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nl (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:973:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_pad (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:973:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_pad (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:673:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘inch’ extern NCURSES_EXPORT(chtype) inch (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:974:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:974:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:974:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:975:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:975:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:975:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:674:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:674:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:674:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) inchnstr (chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:753:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:754:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noecho (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noecho (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:675:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:675:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:675:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) inchstr (chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:976:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:976:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:976:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:977:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:977:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:755:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) noecho (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:676:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) initscr (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nonl (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:677:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nonl (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:677:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:677:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_color (NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:756:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nonl (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:678:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:678:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:977:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:757:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noraw (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:978:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noraw (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:978:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:678:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_pair (NCURSES_PAIRS_T,NCURSES_COLOR_T,NCURSES_COLOR_T); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:679:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:679:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:679:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) innstr (char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:680:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insch (chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:758:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) noraw (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:978:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:997:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:997:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:997:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:997:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:999:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(baudrate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:999:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(baudrate) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:999:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(baudrate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:680:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insch (chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:759:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:680:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insch (chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:681:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insdelln (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:681:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insdelln (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:681:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insdelln (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:682:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insertln (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:682:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insertln (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:682:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insertln (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1000:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(beep) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:760:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1000:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(beep) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1000:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(beep) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:761:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:683:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:683:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:683:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:762:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1001:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(can_change_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1001:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(can_change_color) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1001:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(can_change_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1002:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(cbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1002:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(cbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:684:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insstr (const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:684:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) insstr (const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:684:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) insstr (const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:685:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) instr (char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:685:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) instr (char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1002:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(cbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1003:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(curs_set) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1003:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(curs_set) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:763:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:685:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) instr (char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:686:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:764:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:765:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:766:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1003:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(curs_set) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:686:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1004:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:686:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) intrflush (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1004:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:687:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:687:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:687:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) isendwin (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:767:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:688:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:688:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1004:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:688:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1005:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:689:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1005:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:769:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) qiflush (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) qiflush (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1005:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:689:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1006:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:689:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1006:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:690:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:690:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:690:23: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT(NCURSES_CONST char *) keyname (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:691:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:691:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:691:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:692:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) killchar (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1006:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:692:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) killchar (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1007:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:692:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) killchar (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:693:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:693:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:770:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) qiflush (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:693:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) leaveok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) raw (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:694:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) longname (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) raw (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:771:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) raw (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:694:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) longname (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:694:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) longname (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:695:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:695:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:695:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) meta (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1007:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1007:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:772:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1008:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(doupdate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1008:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(doupdate) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1008:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(doupdate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1009:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1009:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1009:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:696:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) move (int, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) refresh (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:696:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) move (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) refresh (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:696:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) move (int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:773:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) refresh (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resetty (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:697:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resetty (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:697:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:774:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) resetty (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:697:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddch (int, int, const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1010:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(endwin) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1010:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(endwin) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:775:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1010:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(endwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:776:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:698:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1011:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(erasechar) (SCREEN*);/* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:698:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1011:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(erasechar) (SCREEN*);/* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:698:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:699:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1011:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(erasechar) (SCREEN*);/* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1012:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(filter) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1012:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(filter) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1012:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(filter) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flash) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:777:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) savetty (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) savetty (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:778:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) savetty (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flash) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1013:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flash) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:699:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:699:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:700:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:700:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:700:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:779:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:701:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:701:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:701:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddstr (int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:702:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1014:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:702:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:702:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, NCURSES_PAIRS_T, const void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:703:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:703:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:703:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvcur (int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:704:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:704:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:781:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:704:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvdelch (int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:705:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:705:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:705:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1015:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:782:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrl (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrl (int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(halfdelay) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:706:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:706:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(halfdelay) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1016:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(halfdelay) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:706:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetch (int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:783:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scrl (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:784:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1017:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_ic) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_ic) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:707:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:785:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:707:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:707:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:708:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:786:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:708:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:708:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetstr (int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1018:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_ic) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_il) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_il) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1019:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_il) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:787:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:788:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:709:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:709:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1020:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:709:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1021:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1021:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1021:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:789:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:710:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:710:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:710:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:710:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mvinch’ extern NCURSES_EXPORT(chtype) mvinch (int, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:711:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1022:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(intrflush) (SCREEN*, WINDOW*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1022:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(intrflush) (SCREEN*, WINDOW*, bool); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:790:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1022:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(intrflush) (SCREEN*, WINDOW*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:791:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:711:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:711:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinchnstr (int, int, chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:712:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:712:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:712:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinchstr (int, int, chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:713:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(isendwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:713:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(isendwin) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:713:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinnstr (int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1023:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(isendwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:792:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1024:23: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(killchar) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(killchar) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1025:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(killchar) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(longname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(longname) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:714:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:793:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:714:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:714:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinsch (int, int, chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:794:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:715:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:715:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:715:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinsnstr (int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:716:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:716:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:716:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinsstr (int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:717:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:717:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:717:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinstr (int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:718:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:718:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:718:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvprintw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:720:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvscanw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:720:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvscanw (int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:720:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvscanw (int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:722:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:795:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘slk_attr’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:722:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:722:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1026:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(longname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:723:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:723:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mvcur) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:723:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mvcur) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1027:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mvcur) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1028:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1028:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1028:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1029:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:724:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:724:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:796:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:724:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:725:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:725:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:797:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:725:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:726:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:726:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:726:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:727:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:727:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:798:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_init (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_init (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:799:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_init (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:727:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1029:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1029:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1029:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:800:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:801:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:728:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:729:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1030:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:802:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1030:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:730:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:731:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:803:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:804:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1030:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1030:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:732:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1031:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1031:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:733:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1031:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:805:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standout (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standout (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:806:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) standout (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:734:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:735:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mvwinch’ extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1031:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standend (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standend (void); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1032:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:807:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) standend (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) start_color (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:736:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) start_color (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1032:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:808:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) start_color (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1032:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1033:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1033:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1033:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1034:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noecho) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1034:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noecho) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:737:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:738:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1034:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noecho) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1035:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:809:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1035:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:739:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:810:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:811:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1035:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:740:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinsnstr (WINDOW *, int, int, const char *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(noqiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(noqiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:812:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘termattrs’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) termname (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) termname (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:813:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) termname (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) timeout (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1036:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(noqiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:741:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinsstr (WINDOW *, int, int, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:742:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinstr (WINDOW *, int, int, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:743:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) timeout (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1037:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1038:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:814:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) timeout (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1038:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:815:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:816:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:745:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwscanw (WINDOW *,int,int, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) typeahead (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1038:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) typeahead (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1039:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(qiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:817:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) typeahead (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1039:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(qiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1039:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(qiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetch (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:747:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetch (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) napms (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:818:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ungetch (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) napms (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:748:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) napms (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(raw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(raw) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1040:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(raw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:819:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:749:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:820:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1041:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1042:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:750:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:751:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) newwin (int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nl (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:821:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1042:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1042:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1043:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nl (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:752:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nl (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:753:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1043:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resetty) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1043:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1044:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ripoffline) (SCREEN*, int, int (*)(WINDOW *, int)); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1044:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ripoffline) (SCREEN*, int, int (*)(WINDOW *, int)); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1044:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ripoffline) (SCREEN*, int, int (*)(WINDOW *, int)); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:822:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:823:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:823:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:754:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1045:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(savetty) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:823:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:824:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1045:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(savetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:824:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1045:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(savetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:824:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:825:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_init) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noecho (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_init) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noecho (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:755:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) noecho (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1046:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_init) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:826:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_scanw); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_scanw); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:827:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_scanw); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *,va_list); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_restore) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nonl (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) nonl (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_restore) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:756:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) nonl (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *,va_list); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:828:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:829:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1047:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_restore) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_set) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:757:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) noqiflush (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noraw (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_set) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1048:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_set) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1049:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) noraw (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:758:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) noraw (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:759:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) notimeout (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:830:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:830:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:830:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:831:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:760:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1050:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:761:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) overwrite (const WINDOW*,WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1051:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1052:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1052:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1052:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:831:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:831:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:762:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pair_content (NCURSES_PAIRS_T,NCURSES_COLOR_T*,NCURSES_COLOR_T*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:832:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:832:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:832:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:833:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:833:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:833:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1052:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘slk_attr_sp’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:763:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) PAIR_NUMBER (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1053:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attr_set) (SCREEN*, const attr_t, NCURSES_PAIRS_T, void*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1053:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attr_set) (SCREEN*, const attr_t, NCURSES_PAIRS_T, void*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1053:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attr_set) (SCREEN*, const attr_t, NCURSES_PAIRS_T, void*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_clear) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_clear) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1054:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_clear) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:834:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:764:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:834:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:834:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:835:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:835:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:835:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:836:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:836:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1055:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_color) (SCREEN*, NCURSES_PAIRS_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1055:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_color) (SCREEN*, NCURSES_PAIRS_T); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1055:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_color) (SCREEN*, NCURSES_PAIRS_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_init) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_init) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:836:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:837:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:765:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:837:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1056:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_init) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:766:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) prefresh (WINDOW *,int,int,int,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1057:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(slk_label) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1057:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(slk_label) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:837:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:838:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:838:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:838:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:839:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1057:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(slk_label) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1058:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_noutrefresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:767:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) printw (const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1058:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_noutrefresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:769:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) qiflush (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) qiflush (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:770:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) qiflush (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1058:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_noutrefresh) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:839:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1059:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_refresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:839:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1059:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_refresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:840:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) raw (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) raw (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:771:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) raw (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1059:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_refresh) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:840:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1060:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_restore) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:840:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:841:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1060:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_restore) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:841:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:841:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:842:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:842:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:842:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1060:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_restore) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_set) (SCREEN*, int, const char *, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_set) (SCREEN*, int, const char *, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1061:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_set) (SCREEN*, int, const char *, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_touch) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:843:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:772:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) redrawwin (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:843:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) refresh (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:843:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) refresh (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:773:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) refresh (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_touch) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:844:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1062:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_touch) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:844:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1063:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(start_color) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:844:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:845:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:845:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:845:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:846:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:846:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1063:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(start_color) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resetty (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1063:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(start_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resetty (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:774:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) resetty (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1064:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:846:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:847:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:775:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) reset_prog_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:847:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:776:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) reset_shell_mode (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:847:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1064:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:848:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:848:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1064:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:848:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1064:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘termattrs_sp’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:777:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int)); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1065:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) savetty (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1065:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) savetty (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1065:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1066:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1066:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1066:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1067:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:849:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:849:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:849:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:850:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:850:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:850:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:851:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:851:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:851:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:852:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:778:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) savetty (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1067:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:852:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1067:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:852:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1068:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:853:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1068:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1068:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1069:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:779:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1069:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1069:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:781:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_dump (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:853:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1070:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1070:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:853:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:854:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1070:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1071:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1071:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1071:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:782:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_init (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1073:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrl (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1073:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1073:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1074:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1074:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1074:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrl (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:854:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:783:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scrl (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:854:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:855:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:784:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:785:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scrollok (WINDOW *,bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1075:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(assume_default_colors) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1075:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(assume_default_colors) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1075:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(assume_default_colors) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1076:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(define_key) (SCREEN*, const char *, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1076:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(define_key) (SCREEN*, const char *, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:855:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:855:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:786:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_restore (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:856:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:856:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1076:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(define_key) (SCREEN*, const char *, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:856:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:857:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1077:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_color_content) (SCREEN*, int, int *, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:857:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1077:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_color_content) (SCREEN*, int, int *, int *, int *); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:857:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:858:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:787:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) scr_set (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:858:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:858:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1077:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_color_content) (SCREEN*, int, int *, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1078:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_pair_content) (SCREEN*, int, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1078:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_pair_content) (SCREEN*, int, int *, int *); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1078:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_pair_content) (SCREEN*, int, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1079:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_slk_color) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1079:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_slk_color) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:858:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘winch’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:859:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1079:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_slk_color) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:859:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1080:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(get_escdelay) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:859:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:788:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) setscrreg (int,int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:860:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:860:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:860:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:861:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:861:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1080:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(get_escdelay) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:789:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) set_term (SCREEN *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1080:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(get_escdelay) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:790:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attroff (const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1081:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(find_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:861:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1081:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(find_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:862:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:862:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1081:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(find_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:862:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:791:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attr_off (const attr_t, void *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:863:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:863:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:863:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:864:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:864:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1082:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(free_pair) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:792:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attron (const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1082:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(free_pair) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:793:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attr_on (attr_t,void*); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1082:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(free_pair) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1083:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_color) (SCREEN*, int, int, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:864:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:865:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1083:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_color) (SCREEN*, int, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:865:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1083:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_color) (SCREEN*, int, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:865:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1084:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_pair) (SCREEN*, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1084:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_pair) (SCREEN*, int, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1084:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_pair) (SCREEN*, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1085:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(is_term_resized) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1085:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(is_term_resized) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1085:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(is_term_resized) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1086:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(key_defined) (SCREEN*, const char *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:794:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attrset (const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1086:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(key_defined) (SCREEN*, const char *); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1086:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(key_defined) (SCREEN*, const char *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1087:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1087:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1087:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1088:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(nofilter) (SCREEN*); /* implemented */ /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:795:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘slk_attr’ extern NCURSES_EXPORT(attr_t) slk_attr (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1088:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(nofilter) (SCREEN*); /* implemented */ /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:866:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1088:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(nofilter) (SCREEN*); /* implemented */ /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:866:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1089:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(reset_color_pairs) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:866:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:867:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:796:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_attr_set (const attr_t,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:867:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:867:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:868:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:868:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:868:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:869:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:869:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:797:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_clear (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:798:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_color (NCURSES_PAIRS_T); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1089:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(reset_color_pairs) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:869:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:870:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1089:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(reset_color_pairs) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:870:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:870:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1090:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resize_term) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_init (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1090:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resize_term) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_init (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:799:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_init (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1090:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resize_term) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1091:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1091:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1091:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1092:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_escdelay) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1092:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_escdelay) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:872:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:872:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:872:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:800:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) slk_label (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1092:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_escdelay) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_tabsize) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_tabsize) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1093:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_tabsize) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1094:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_default_colors) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:801:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_noutrefresh (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:802:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:873:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:873:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:873:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:874:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscanw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1094:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_default_colors) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:874:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscanw (WINDOW *, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:874:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wscanw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:876:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:876:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:876:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:877:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:877:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:877:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:878:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1094:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_default_colors) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1095:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_legacy_coding) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1095:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_legacy_coding) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1095:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_legacy_coding) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1480:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:878:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:803:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:878:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:879:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:879:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:879:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:880:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:880:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:804:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_set (int,const char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:880:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1480:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1480:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1480:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1481:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1481:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1481:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:805:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_touch (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:881:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standout (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:881:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standout (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:881:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:806:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) standout (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standend (void); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) standend (void); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:807:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) standend (void); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) start_color (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) start_color (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:808:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) start_color (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1481:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:882:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1482:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:882:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:882:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:883:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:883:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1482:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:883:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:884:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:884:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1482:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:884:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:809:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) subpad (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:810:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) subwin (WINDOW *, int, int, int, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1482:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1483:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(char) ttytype[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1483:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(char) ttytype[]; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1483:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT_VAR(char) ttytype[]; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1484:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLORS; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1484:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLORS; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:889:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:889:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:889:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:811:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:890:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:890:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:890:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:812:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘termattrs’ extern NCURSES_EXPORT(chtype) termattrs (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1484:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) COLORS; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1485:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1485:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1485:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1486:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLS; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1486:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLS; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) termname (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:891:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tigetstr (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:891:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tigetstr (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) termname (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:891:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tigetstr (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:892:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putp (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:892:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putp (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:892:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) putp (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:895:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:895:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:895:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1486:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) COLS; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1487:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) ESCDELAY; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1487:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) ESCDELAY; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1487:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) ESCDELAY; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1488:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) LINES; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1488:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) LINES; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:901:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:813:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) termname (void); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:901:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) timeout (int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) timeout (int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:814:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) timeout (int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:901:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:906:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:906:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:815:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:816:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) typeahead (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) typeahead (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:817:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) typeahead (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:906:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:907:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:907:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:907:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:908:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:908:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:908:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1488:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) LINES; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:909:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1489:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) TABSIZE; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:909:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:909:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:910:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetch (int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:910:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetch (int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:818:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ungetch (int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:910:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:911:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:911:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:911:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:912:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:912:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:912:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:913:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:913:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:819:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1489:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) TABSIZE; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1489:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) TABSIZE; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1615:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1615:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1615:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1615:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:913:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:914:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:914:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:914:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:931:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_term_resized (int, int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:820:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1728:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:821:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) use_tioctl (bool); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:931:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_term_resized (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:931:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_term_resized (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:932:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) keybound (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:932:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) keybound (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:932:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) keybound (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1729:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1730:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:933:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) curses_version (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:822:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vidattr (chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:933:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) curses_version (void); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:823:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:823:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:933:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ extern NCURSES_EXPORT(const char *) curses_version (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:823:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vidputs (chtype, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:824:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:824:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:824:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:825:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:826:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:934:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) alloc_pair (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1731:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:934:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) alloc_pair (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:934:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) alloc_pair (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1732:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:935:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) assume_default_colors (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:935:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) assume_default_colors (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:935:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) assume_default_colors (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:936:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) define_key (const char *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:936:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) define_key (const char *, int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1733:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:936:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) define_key (const char *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_scanw); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:937:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_scanw); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:937:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:827:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_scanw); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:937:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *,va_list); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:938:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *,va_list); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:828:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *,va_list); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:938:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1734:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1735:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:938:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:939:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_slk_color(int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:829:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddch (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:939:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_slk_color(int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:939:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) extended_slk_color(int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:940:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) find_pair (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:940:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) find_pair (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:940:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) find_pair (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:941:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) free_pair (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:941:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) free_pair (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:830:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:830:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:830:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1736:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:831:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1737:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:941:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) free_pair (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:831:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:942:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_escdelay (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:831:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:832:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:942:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_escdelay (void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:942:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) get_escdelay (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:943:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:943:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:943:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:944:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_pair(int, int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1738:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1739:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:944:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_pair(int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:832:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:832:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:944:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_extended_pair(int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:833:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:945:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) key_defined (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:945:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) key_defined (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:833:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:945:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) key_defined (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:833:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:946:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keyok (int, bool); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:834:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:946:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keyok (int, bool); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:946:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) keyok (int, bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:947:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) reset_color_pairs (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:947:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) reset_color_pairs (void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:947:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) reset_color_pairs (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:834:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:834:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattron (WINDOW *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:835:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:835:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:835:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattroff (WINDOW *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1740:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbkgrnd (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbkgrnd (cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1741:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getbkgrnd (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:948:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resize_term (int, int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:836:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:836:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:948:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resize_term (int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:836:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:837:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:948:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) resize_term (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:949:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resizeterm (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:949:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resizeterm (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:949:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) resizeterm (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:950:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_escdelay (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:950:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_escdelay (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:837:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:837:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:838:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:838:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:838:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:839:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:839:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:839:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_off (WINDOW *, attr_t, void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:840:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:840:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:840:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:841:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:841:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:841:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:842:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:950:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) set_escdelay (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:842:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:842:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:951:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_tabsize (int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:843:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:843:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1742:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:843:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:844:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:844:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:844:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:951:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_tabsize (int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:845:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:951:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) set_tabsize (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:845:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:845:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wclear (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:952:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_default_colors (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:846:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:846:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:846:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wclrtobot (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:847:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1743:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:952:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_default_colors (void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:952:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_default_colors (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:953:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_extended_names (bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:953:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_extended_names (bool); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:953:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_extended_names (bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1744:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:847:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1744:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline_set (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:847:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wclrtoeol (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:848:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1744:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) hline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:954:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_legacy_coding (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:954:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_legacy_coding (int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:954:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_legacy_coding (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:955:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:955:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wch (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wch (cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1745:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) in_wch (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1746:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchnstr (cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1746:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchnstr (cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:955:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:956:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:956:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:956:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:957:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1746:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) in_wchnstr (cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchstr (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchstr (cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1747:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) in_wchstr (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innwstr (wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:957:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:848:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:957:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:848:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:958:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) nofilter(void); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:849:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:958:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) nofilter(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:849:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:958:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) nofilter(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:849:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wcursyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:850:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:964:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innwstr (wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:850:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1748:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) innwstr (wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:850:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wdelch (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:851:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_nwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:964:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:851:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:851:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wdeleteln (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:964:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:964:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:852:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:852:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:852:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:853:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:853:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:853:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) werase (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:854:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:965:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_nwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:965:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1749:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ins_nwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:965:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:854:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:854:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:855:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:855:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:855:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wch (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1750:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ins_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wstr (const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1751:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ins_wstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:856:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:856:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:856:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:857:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:857:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:966:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:966:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:966:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:967:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:967:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inwstr (wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:857:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:858:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inwstr (wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:858:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1752:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) inwstr (wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:858:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:858:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘winch’ extern NCURSES_EXPORT(chtype) winch (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:859:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:859:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:859:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:967:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1753:23: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:968:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:968:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1754:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:860:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:860:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:860:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1755:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvadd_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchnstr (int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchnstr (int, int, const cchar_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1756:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvadd_wchnstr (int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchstr (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:968:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:861:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:969:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:861:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:861:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winnstr (WINDOW *, char *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:969:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:969:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:970:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:970:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:970:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:971:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchstr (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:862:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:862:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:862:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsch (WINDOW *, chtype); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1757:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvadd_wchstr (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:863:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:863:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:863:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsdelln (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:864:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:864:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:864:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsertln (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:971:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:971:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:972:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:972:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:972:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:973:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_pad (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:973:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_pad (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:973:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_pad (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:974:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:974:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:865:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:865:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:865:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsnstr (WINDOW *, const char *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:866:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1758:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:866:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:866:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winsstr (WINDOW *, const char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddwstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:867:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:867:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddwstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1759:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddwstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1760:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:867:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winstr (WINDOW *, char *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:974:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:868:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:975:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:868:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:975:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:975:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:976:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:976:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:976:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1761:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:977:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:977:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:977:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:978:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:978:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:978:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:868:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wmove (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:869:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:869:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:997:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:997:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:997:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:997:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:999:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(baudrate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:999:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(baudrate) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:999:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(baudrate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:869:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wnoutrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:870:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:870:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:870:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:872:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1762:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1000:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(beep) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:872:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:872:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wredrawln (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1000:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(beep) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:873:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1000:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(beep) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:873:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:873:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wrefresh (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1001:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(can_change_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1001:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(can_change_color) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:874:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscanw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:874:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscanw (WINDOW *, const char *,...) /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1001:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(can_change_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1002:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(cbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1002:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(cbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1002:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(cbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1003:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(curs_set) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1003:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(curs_set) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:874:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wscanw (WINDOW *, const char *,...) /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1763:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvhline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:876:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wch (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:876:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wch (int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:876:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wscrl (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1764:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvin_wch (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchnstr (int, int, cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:877:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:877:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchnstr (int, int, cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1765:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvin_wchnstr (int, int, cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchstr (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchstr (int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1766:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvin_wchstr (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnwstr (int, int, wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1003:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(curs_set) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:877:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wsetscrreg (WINDOW *,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:878:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1004:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:878:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1004:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1004:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1005:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1005:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1005:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1006:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnwstr (int, int, wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1767:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinnwstr (int, int, wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1768:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_nwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1768:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_nwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1768:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvins_nwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1006:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1006:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1007:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1007:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1007:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:878:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wstandout (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:879:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:879:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:879:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wstandend (WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1769:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvins_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1008:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(doupdate) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:880:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1008:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(doupdate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:880:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:880:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wsyncdown (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1008:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(doupdate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1770:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvins_wstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinwstr (int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinwstr (int, int, wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1009:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:881:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:881:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1009:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:881:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1009:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1010:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(endwin) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:882:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1010:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(endwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:882:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:882:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1010:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(endwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1771:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinwstr (int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1772:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvvline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1011:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(erasechar) (SCREEN*);/* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:883:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:883:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1011:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(erasechar) (SCREEN*);/* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:883:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1011:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(erasechar) (SCREEN*);/* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1773:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1774:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1012:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(filter) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1012:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(filter) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1012:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(filter) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flash) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flash) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1013:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flash) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1014:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:884:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:884:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:884:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wvline (WINDOW *,chtype,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:889:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1775:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1015:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1776:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1777:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(halfdelay) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:889:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(halfdelay) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:889:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:890:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1016:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(halfdelay) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:890:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:890:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:891:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tigetstr (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1017:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_ic) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_ic) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1018:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_ic) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_il) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_il) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:891:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tigetstr (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:891:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tigetstr (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1778:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:892:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putp (const char *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1779:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1780:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1780:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1780:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:892:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) putp (const char *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1019:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_il) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:892:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) putp (const char *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:895:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:895:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:895:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tparm (const char *, ...); /* special */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:901:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:901:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:901:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1020:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1021:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1021:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1021:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1022:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(intrflush) (SCREEN*, WINDOW*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1022:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(intrflush) (SCREEN*, WINDOW*, bool); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1022:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(intrflush) (SCREEN*, WINDOW*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(isendwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(isendwin) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1781:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:906:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wch (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:906:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:906:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getattrs (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wch (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:907:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1023:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(isendwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:907:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:907:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:908:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:908:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:908:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:909:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:909:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1782:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin_wch (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1024:23: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchnstr (WINDOW *, int,int, cchar_t *,int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(killchar) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(killchar) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchnstr (WINDOW *, int,int, cchar_t *,int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1783:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin_wchnstr (WINDOW *, int,int, cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchstr (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchstr (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1784:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin_wchstr (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnwstr (WINDOW *, int, int, wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:909:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1025:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(killchar) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:910:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(longname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:910:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(longname) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1026:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(longname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:910:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mvcur) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:911:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mvcur) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:911:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnwstr (WINDOW *, int, int, wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1027:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mvcur) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1028:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1785:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinnwstr (WINDOW *, int, int, wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1028:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_nwstr (WINDOW *, int,int, const wchar_t *,int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:911:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getmaxx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:912:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:912:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:912:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:913:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_nwstr (WINDOW *, int,int, const wchar_t *,int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1028:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1029:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1786:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwins_nwstr (WINDOW *, int,int, const wchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1029:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1787:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwins_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1788:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwins_wstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1029:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:913:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:913:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1029:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:914:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1030:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1030:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:914:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:914:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1030:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1030:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1031:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:931:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_term_resized (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:931:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_term_resized (int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:931:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_term_resized (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:932:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) keybound (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:932:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) keybound (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1031:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinwstr (WINDOW *, int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1031:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1031:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinwstr (WINDOW *, int, int, wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1032:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:932:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) keybound (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:933:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) curses_version (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:933:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) curses_version (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:933:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ extern NCURSES_EXPORT(const char *) curses_version (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:934:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) alloc_pair (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1032:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1789:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinwstr (WINDOW *, int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1032:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline_set (WINDOW *, int,int, const cchar_t *,int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1033:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline_set (WINDOW *, int,int, const cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1033:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1033:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1034:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noecho) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1034:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noecho) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1034:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noecho) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:934:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) alloc_pair (int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1790:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwvline_set (WINDOW *, int,int, const cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:934:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) alloc_pair (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:935:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) assume_default_colors (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:935:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) assume_default_colors (int, int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1035:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:935:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) assume_default_colors (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1035:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:936:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) define_key (const char *, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1035:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:936:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) define_key (const char *, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1791:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:936:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) define_key (const char *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:937:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(noqiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(noqiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1036:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(noqiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:937:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1792:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:937:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) extended_color_content(int, int *, int *, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:938:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1037:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:938:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1038:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:938:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) extended_pair_content(int, int *, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1038:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:939:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_slk_color(int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:939:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) extended_slk_color(int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:939:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) extended_slk_color(int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:940:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) find_pair (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:940:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) find_pair (int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:940:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) find_pair (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1038:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1793:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1039:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(qiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1039:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(qiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1039:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(qiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(raw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(raw) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1040:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(raw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:941:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) free_pair (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:941:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) free_pair (int); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:941:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) free_pair (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:942:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_escdelay (void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1794:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘term_attrs’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:942:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_escdelay (void); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:942:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) get_escdelay (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:943:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1795:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_attr (attr_t, NCURSES_PAIRS_T, void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1041:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1042:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_attr (attr_t, NCURSES_PAIRS_T, void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1042:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1796:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vid_attr (attr_t, NCURSES_PAIRS_T, void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1042:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:943:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:943:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_extended_color(int, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:944:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_pair(int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:944:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) init_extended_pair(int, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:944:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) init_extended_pair(int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1043:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resetty) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_puts (attr_t, NCURSES_PAIRS_T, void *, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1043:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_puts (attr_t, NCURSES_PAIRS_T, void *, NCURSES_OUTC); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1043:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1797:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vid_puts (attr_t, NCURSES_PAIRS_T, void *, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline_set (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:945:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) key_defined (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:945:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) key_defined (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline_set (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:945:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) key_defined (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1798:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1044:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ripoffline) (SCREEN*, int, int (*)(WINDOW *, int)); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1044:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ripoffline) (SCREEN*, int, int (*)(WINDOW *, int)); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1044:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ripoffline) (SCREEN*, int, int (*)(WINDOW *, int)); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1045:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(savetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1045:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(savetty) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:946:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keyok (int, bool); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wch (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:946:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) keyok (int, bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wch (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:946:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) keyok (int, bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1799:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wadd_wch (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchnstr (WINDOW *,const cchar_t *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchnstr (WINDOW *,const cchar_t *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1800:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wadd_wchnstr (WINDOW *,const cchar_t *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchstr (WINDOW *,const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchstr (WINDOW *,const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:947:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) reset_color_pairs (void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1045:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(savetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:947:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) reset_color_pairs (void); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_init) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:947:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) reset_color_pairs (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:948:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resize_term (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:948:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resize_term (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_init) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:948:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) resize_term (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1046:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_init) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:949:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resizeterm (int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:949:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) resizeterm (int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:949:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) resizeterm (int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_restore) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1801:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wadd_wchstr (WINDOW *,const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnwstr (WINDOW *,const wchar_t *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_restore) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1047:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_restore) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnwstr (WINDOW *,const wchar_t *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1802:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddnwstr (WINDOW *,const wchar_t *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_set) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_set) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1048:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_set) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddwstr (WINDOW *,const wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:950:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_escdelay (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:950:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_escdelay (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:950:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) set_escdelay (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddwstr (WINDOW *,const wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:951:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_tabsize (int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1803:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddwstr (WINDOW *,const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1804:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgrndset (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1049:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:951:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) set_tabsize (int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:951:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) set_tabsize (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:952:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_default_colors (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1050:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1051:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1052:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgrndset (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:952:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_default_colors (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:952:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_default_colors (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1805:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wbkgrndset (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:953:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_extended_names (bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:953:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_extended_names (bool); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:953:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_extended_names (bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder_set (WINDOW *,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1052:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1052:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder_set (WINDOW *,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1052:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘slk_attr_sp’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1053:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attr_set) (SCREEN*, const attr_t, NCURSES_PAIRS_T, void*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1806:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wborder_set (WINDOW *,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:954:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_legacy_coding (int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:954:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_legacy_coding (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:954:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_legacy_coding (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:955:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:955:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:955:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_screen (SCREEN *, NCURSES_SCREEN_CB, void *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:956:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:956:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:956:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1807:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1808:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:957:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:957:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:957:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:958:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) nofilter(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:958:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) nofilter(void); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1053:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attr_set) (SCREEN*, const attr_t, NCURSES_PAIRS_T, void*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1053:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attr_set) (SCREEN*, const attr_t, NCURSES_PAIRS_T, void*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_clear) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_clear) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:958:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) nofilter(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:964:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:964:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:964:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:964:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1809:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1054:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_clear) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetbkgrnd (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1055:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_color) (SCREEN*, NCURSES_PAIRS_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1055:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_color) (SCREEN*, NCURSES_PAIRS_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetbkgrnd (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:965:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:965:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:965:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:966:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:966:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1055:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_color) (SCREEN*, NCURSES_PAIRS_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1810:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetbkgrnd (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_init) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_init) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1056:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_init) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1057:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(slk_label) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1057:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(slk_label) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1811:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1057:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(slk_label) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1058:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_noutrefresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:966:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_idcok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1058:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_noutrefresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:967:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1058:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_noutrefresh) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:967:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1059:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_refresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1812:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) whline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wch (WINDOW *, cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wch (WINDOW *, cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:967:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_idlok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:968:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:968:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:968:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_immedok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:969:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:969:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1059:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_refresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:969:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_keypad (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1059:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_refresh) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:970:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1060:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_restore) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1813:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) win_wch (WINDOW *, cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchnstr (WINDOW *, cchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchnstr (WINDOW *, cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1814:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) win_wchnstr (WINDOW *, cchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchstr (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:970:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1060:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_restore) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1060:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_restore) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:970:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_leaveok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_set) (SCREEN*, int, const char *, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:971:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_set) (SCREEN*, int, const char *, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:971:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1061:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_set) (SCREEN*, int, const char *, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:971:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_nodelay (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_touch) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:972:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:972:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:972:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_notimeout (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:973:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_pad (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:973:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_pad (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchstr (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_touch) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1062:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_touch) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1063:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(start_color) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1815:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) win_wchstr (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1063:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(start_color) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1063:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(start_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1816:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_nwstr (WINDOW *, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_nwstr (WINDOW *, const wchar_t *, int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1064:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:973:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_pad (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:974:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1064:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:974:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:974:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_scrollok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:975:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *); /* generated */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1064:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:975:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:975:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_subwin (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:976:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1064:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘termattrs_sp’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1817:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wins_nwstr (WINDOW *, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wch (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wch (WINDOW *, const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1818:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wins_wch (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wstr (WINDOW *, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1065:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:976:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:976:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) is_syncok (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1065:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:977:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1065:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wstr (WINDOW *, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1819:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wins_wstr (WINDOW *, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1820:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1066:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:977:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:977:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetdelay (const WINDOW *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1066:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:978:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1066:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1067:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1067:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1067:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1068:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1068:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1821:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1068:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:978:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1069:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:978:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:997:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:997:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1069:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1069:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1070:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1070:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1070:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1071:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:997:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:997:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) new_prescr (void); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:999:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(baudrate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:999:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(baudrate) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:999:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(baudrate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1822:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1825:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘term_attrs_sp’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1826:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1000:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(beep) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1000:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(beep) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1000:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(beep) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1001:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(can_change_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1001:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(can_change_color) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1001:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(can_change_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1071:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1002:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(cbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1002:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(cbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1071:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1002:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(cbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1073:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1073:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1073:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1074:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1074:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1003:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(curs_set) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1003:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(curs_set) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1003:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(curs_set) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1004:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1827:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_attr) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_attr) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1828:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_attr) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_puts) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1074:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1075:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(assume_default_colors) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1075:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(assume_default_colors) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1075:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(assume_default_colors) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1076:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(define_key) (SCREEN*, const char *, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1004:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1076:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(define_key) (SCREEN*, const char *, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1004:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(color_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1076:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(define_key) (SCREEN*, const char *, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1005:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1077:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_color_content) (SCREEN*, int, int *, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_puts) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:1829:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_puts) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_mouse(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_mouse(void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2013:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_mouse(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1077:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_color_content) (SCREEN*, int, int *, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1005:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1005:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1077:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_color_content) (SCREEN*, int, int *, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1006:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1078:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_pair_content) (SCREEN*, int, int *, int *); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmouse (MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmouse (MEVENT *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2014:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getmouse (MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetmouse (MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetmouse (MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1078:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_pair_content) (SCREEN*, int, int *, int *); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1078:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_pair_content) (SCREEN*, int, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1079:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_slk_color) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1079:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_slk_color) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1079:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_slk_color) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2015:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ungetmouse (MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1006:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1006:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(def_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1007:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1007:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1080:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(get_escdelay) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1080:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(get_escdelay) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1080:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(get_escdelay) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1081:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(find_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2016:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mousemask’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2017:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mouseinterval (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mouseinterval (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1081:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(find_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1081:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(find_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1082:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(free_pair) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1082:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(free_pair) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1082:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(free_pair) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1083:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_color) (SCREEN*, int, int, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1007:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(delay_output) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1083:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_color) (SCREEN*, int, int, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1083:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_color) (SCREEN*, int, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1008:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(doupdate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1008:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(doupdate) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1084:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_pair) (SCREEN*, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1084:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_pair) (SCREEN*, int, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1084:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_pair) (SCREEN*, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1085:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(is_term_resized) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1085:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(is_term_resized) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2018:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mouseinterval (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2019:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1085:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(is_term_resized) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1008:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(doupdate) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1086:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(key_defined) (SCREEN*, const char *); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1009:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1009:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1086:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(key_defined) (SCREEN*, const char *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1009:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(echo) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1010:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(endwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1010:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(endwin) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1010:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(endwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2020:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1086:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(key_defined) (SCREEN*, const char *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1087:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1087:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1087:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1088:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(nofilter) (SCREEN*); /* implemented */ /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1088:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(nofilter) (SCREEN*); /* implemented */ /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1011:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(erasechar) (SCREEN*);/* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1011:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(erasechar) (SCREEN*);/* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1088:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(nofilter) (SCREEN*); /* implemented */ /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1011:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(erasechar) (SCREEN*);/* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1089:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(reset_color_pairs) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1089:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(reset_color_pairs) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1089:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(reset_color_pairs) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1090:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resize_term) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1090:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resize_term) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1090:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resize_term) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1091:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1091:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1091:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1092:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_escdelay) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2023:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2024:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetmouse) (SCREEN*,MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1092:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_escdelay) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1012:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(filter) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1012:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(filter) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1092:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_escdelay) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1012:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(filter) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_tabsize) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_tabsize) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1093:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_tabsize) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1094:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_default_colors) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1094:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_default_colors) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1094:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_default_colors) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetmouse) (SCREEN*,MEVENT *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2025:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetmouse) (SCREEN*,MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1095:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_legacy_coding) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flash) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1095:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_legacy_coding) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flash) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1013:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flash) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1095:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_legacy_coding) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1480:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2026:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mousemask_sp’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1480:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mouseinterval) (SCREEN*, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mouseinterval) (SCREEN*, int); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1480:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2027:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mouseinterval) (SCREEN*, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1014:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(flushinp) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1480:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mcprint (char *, int); /* direct data to printer */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1481:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mcprint (char *, int); /* direct data to printer */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1481:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2036:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mcprint (char *, int); /* direct data to printer */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1015:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(getwin) (SCREEN*, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(halfdelay) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2037:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2040:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1481:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1481:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1482:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1482:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1482:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1482:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2041:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(halfdelay) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1016:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(halfdelay) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2046:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr (attr_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr (attr_t); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2047:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _traceattr (attr_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1483:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(char) ttytype[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1483:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(char) ttytype[]; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1483:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT_VAR(char) ttytype[]; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1484:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLORS; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1484:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLORS; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1484:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) COLORS; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1017:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_colors) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2048:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_ic) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_ic) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1018:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_ic) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1485:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechar (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1485:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechar (int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1485:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1486:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLS; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2049:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracechar (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype (chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype (chtype); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2050:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracechtype (chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1486:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLS; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_il) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_il) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1486:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) COLS; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1019:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_il) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1487:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) ESCDELAY; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1487:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) ESCDELAY; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1487:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) ESCDELAY; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1020:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_color) (SCREEN*, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1488:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) LINES; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2051:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2054:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1488:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) LINES; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1488:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) LINES; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1489:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) TABSIZE; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1489:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) TABSIZE; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1489:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) TABSIZE; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1615:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1021:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1021:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2056:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1021:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_pair) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T, NCURSES_COLOR_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1615:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1615:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1615:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1728:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2061:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2062:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘unsigned’ extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1022:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(intrflush) (SCREEN*, WINDOW*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1022:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(intrflush) (SCREEN*, WINDOW*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1022:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(intrflush) (SCREEN*, WINDOW*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(isendwin) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(isendwin) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1023:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(isendwin) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1729:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1730:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:2093:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1024:23: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(keyname) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(killchar) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(killchar) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1025:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char) NCURSES_SP_NAME(killchar) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(longname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(longname) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1026:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(longname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mvcur) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mvcur) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1027:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mvcur) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1028:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1731:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:58:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:58:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:58:16: note: in expansion of macro ‘NCURSES_CONST’ NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:61:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:61:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:61:16: note: in expansion of macro ‘NCURSES_CONST’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:96:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN GCC_DEPRECATED("use exit_curses"); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:96:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN GCC_DEPRECATED("use exit_curses"); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../source_subfolder/ncurses/../include/nc_alloc.h:96:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN GCC_DEPRECATED("use exit_curses"); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:108:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1028:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1028:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(napms) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1029:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1732:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1733:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:108:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../source_subfolder/ncurses/../include/nc_alloc.h:108:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:116:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_leaks_tinfo(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:116:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_leaks_tinfo(void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../source_subfolder/ncurses/../include/nc_alloc.h:116:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_leaks_tinfo(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1029:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1734:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1029:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1029:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1735:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1030:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1030:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1030:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/tinfo/doalloc.c:45:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(void *) ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/tinfo/doalloc.c:45:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(void *) ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_hash.c:40: ../source_subfolder/ncurses/tinfo/doalloc.c:45:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ NCURSES_EXPORT(void *) ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1736:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1030:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1031:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1031:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1031:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1031:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newwin) (SCREEN*, int, int, int, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1032:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1032:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1032:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nl) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1737:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1738:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1033:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1033:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1033:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nocbreak) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1034:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noecho) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1034:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noecho) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1034:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noecho) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1035:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1035:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1035:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(nonl) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(noqiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1739:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1740:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(noqiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1036:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(noqiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1037:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(noraw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1038:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1038:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1038:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(pair_content) (SCREEN*, NCURSES_PAIRS_T, NCURSES_COLOR_T*, NCURSES_COLOR_T*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1039:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(qiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1039:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(qiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbkgrnd (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbkgrnd (cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1741:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getbkgrnd (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1742:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1039:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(qiflush) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(raw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(raw) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1040:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(raw) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ Makefile:248: recipe for target 'make_hash' failed make[1]: *** [make_hash] Error 1 make[1]: *** Waiting for unfinished jobs.... ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1041:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_prog_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1042:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1042:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1042:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(reset_shell_mode) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1043:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1043:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resetty) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1043:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1044:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ripoffline) (SCREEN*, int, int (*)(WINDOW *, int)); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1743:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1744:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1744:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline_set (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1744:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) hline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wch (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wch (cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1745:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) in_wch (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1746:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchnstr (cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1746:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchnstr (cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1746:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) in_wchnstr (cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1044:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ripoffline) (SCREEN*, int, int (*)(WINDOW *, int)); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1044:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ripoffline) (SCREEN*, int, int (*)(WINDOW *, int)); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1045:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(savetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1045:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(savetty) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1045:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(savetty) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_init) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_init) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1046:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_init) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_restore) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_restore) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchstr (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchstr (cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1747:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) in_wchstr (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innwstr (wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innwstr (wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1047:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_restore) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_set) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_set) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1048:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(scr_set) (SCREEN*, const char *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1049:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attroff) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1050:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attron) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1748:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) innwstr (wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_nwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_nwstr (const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1749:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ins_nwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wch (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1051:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attrset) (SCREEN*, const chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1052:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1052:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wch (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1750:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ins_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wstr (const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1751:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ins_wstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1052:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1052:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘slk_attr_sp’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(slk_attr) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1053:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attr_set) (SCREEN*, const attr_t, NCURSES_PAIRS_T, void*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1053:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attr_set) (SCREEN*, const attr_t, NCURSES_PAIRS_T, void*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1053:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_attr_set) (SCREEN*, const attr_t, NCURSES_PAIRS_T, void*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inwstr (wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_clear) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_clear) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1054:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_clear) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inwstr (wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1752:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) inwstr (wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1055:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_color) (SCREEN*, NCURSES_PAIRS_T); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1055:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_color) (SCREEN*, NCURSES_PAIRS_T); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1055:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_color) (SCREEN*, NCURSES_PAIRS_T); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1753:23: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1754:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_init) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_init) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1056:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_init) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1057:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(slk_label) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1057:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(slk_label) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1057:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(slk_label) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1058:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_noutrefresh) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1058:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_noutrefresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1058:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_noutrefresh) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1059:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_refresh) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1755:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvadd_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchnstr (int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchnstr (int, int, const cchar_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1756:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvadd_wchnstr (int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1059:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_refresh) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1059:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_refresh) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1060:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_restore) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1060:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_restore) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1060:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_restore) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchstr (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchstr (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1757:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvadd_wchstr (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_set) (SCREEN*, int, const char *, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_set) (SCREEN*, int, const char *, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1061:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_set) (SCREEN*, int, const char *, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_touch) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_touch) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1062:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(slk_touch) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1063:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(start_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1063:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(start_color) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1063:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(start_color) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1064:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1758:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddwstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddwstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1759:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddwstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1064:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1064:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1064:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘termattrs_sp’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(termattrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1065:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1065:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1760:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1761:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1065:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(termname) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1066:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1066:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1066:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(typeahead) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1067:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1762:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1067:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1067:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetch) (SCREEN*, int); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1068:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1068:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1068:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_env) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1069:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1069:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1069:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(use_tioctl) (SCREEN*, bool); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1070:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1070:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1763:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvhline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wch (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wch (int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1764:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvin_wch (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchnstr (int, int, cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1070:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidattr) (SCREEN*, chtype); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1071:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1071:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1071:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vidputs) (SCREEN*, chtype, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1073:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchnstr (int, int, cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1765:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvin_wchnstr (int, int, cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchstr (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchstr (int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1766:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvin_wchstr (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1073:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1073:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(keybound) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1074:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1074:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1074:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(alloc_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1075:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(assume_default_colors) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1075:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(assume_default_colors) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1075:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(assume_default_colors) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1076:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(define_key) (SCREEN*, const char *, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1076:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(define_key) (SCREEN*, const char *, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnwstr (int, int, wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnwstr (int, int, wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1767:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinnwstr (int, int, wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1768:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_nwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1768:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_nwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1076:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(define_key) (SCREEN*, const char *, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1077:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_color_content) (SCREEN*, int, int *, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1077:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_color_content) (SCREEN*, int, int *, int *, int *); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1077:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_color_content) (SCREEN*, int, int *, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1078:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_pair_content) (SCREEN*, int, int *, int *); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1768:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvins_nwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1769:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvins_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1078:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_pair_content) (SCREEN*, int, int *, int *); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1078:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_pair_content) (SCREEN*, int, int *, int *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1079:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_slk_color) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1079:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_slk_color) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1079:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(extended_slk_color) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1770:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvins_wstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinwstr (int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinwstr (int, int, wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1771:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinwstr (int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1080:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(get_escdelay) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1080:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(get_escdelay) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1080:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(get_escdelay) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1081:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(find_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1081:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(find_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1772:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvvline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1773:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1774:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1081:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(find_pair) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1082:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(free_pair) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1082:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(free_pair) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1082:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(free_pair) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1083:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_color) (SCREEN*, int, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1083:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_color) (SCREEN*, int, int, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1083:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_color) (SCREEN*, int, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1084:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_pair) (SCREEN*, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1084:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_pair) (SCREEN*, int, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1084:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(init_extended_pair) (SCREEN*, int, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1085:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(is_term_resized) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1085:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(is_term_resized) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1085:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(is_term_resized) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1086:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(key_defined) (SCREEN*, const char *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1086:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(key_defined) (SCREEN*, const char *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1775:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1776:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1086:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(key_defined) (SCREEN*, const char *); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1087:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1087:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1087:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(keyok) (SCREEN*, int, bool); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1088:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(nofilter) (SCREEN*); /* implemented */ /* implemented:EXT_SP_FUNC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1777:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1088:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(nofilter) (SCREEN*); /* implemented */ /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1088:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(nofilter) (SCREEN*); /* implemented */ /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1089:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(reset_color_pairs) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1089:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(reset_color_pairs) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1089:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(reset_color_pairs) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1778:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1779:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1780:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1090:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resize_term) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1090:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resize_term) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1090:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resize_term) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1091:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1091:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1091:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(resizeterm) (SCREEN*, int, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1092:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_escdelay) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1092:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_escdelay) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1092:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_escdelay) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_tabsize) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1780:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1780:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1781:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_tabsize) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1093:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(set_tabsize) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1094:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_default_colors) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1094:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_default_colors) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1094:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_default_colors) (SCREEN*); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wch (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wch (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1782:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin_wch (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchnstr (WINDOW *, int,int, cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchnstr (WINDOW *, int,int, cchar_t *,int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1095:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_legacy_coding) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1095:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_legacy_coding) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1095:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(use_legacy_coding) (SCREEN*, int); /* implemented:EXT_SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1480:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1480:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1783:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin_wchnstr (WINDOW *, int,int, cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchstr (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchstr (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1784:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin_wchstr (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnwstr (WINDOW *, int, int, wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnwstr (WINDOW *, int, int, wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1785:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinnwstr (WINDOW *, int, int, wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_nwstr (WINDOW *, int,int, const wchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_nwstr (WINDOW *, int,int, const wchar_t *,int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1786:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwins_nwstr (WINDOW *, int,int, const wchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1480:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1480:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(WINDOW *) curscr; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1481:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1481:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1481:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1481:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(WINDOW *) newscr; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1787:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwins_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1482:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1482:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1482:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1482:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(WINDOW *) stdscr; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1483:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(char) ttytype[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1483:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(char) ttytype[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1483:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT_VAR(char) ttytype[]; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1484:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLORS; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1484:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLORS; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1484:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) COLORS; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1485:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1788:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwins_wstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinwstr (WINDOW *, int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinwstr (WINDOW *, int, int, wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1789:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinwstr (WINDOW *, int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline_set (WINDOW *, int,int, const cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline_set (WINDOW *, int,int, const cchar_t *,int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1790:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwvline_set (WINDOW *, int,int, const cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1791:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1485:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1485:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) COLOR_PAIRS; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1486:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLS; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1486:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) COLS; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1486:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) COLS; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1487:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) ESCDELAY; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1792:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1487:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) ESCDELAY; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1487:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) ESCDELAY; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1488:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) LINES; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1488:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) LINES; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1488:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) LINES; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1489:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) TABSIZE; ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1793:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1794:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘term_attrs’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1489:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int) TABSIZE; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1489:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int) TABSIZE; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1615:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1615:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/curses.h:1615:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1615:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(cchar_t *) _nc_wacs; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1795:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_attr (attr_t, NCURSES_PAIRS_T, void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_attr (attr_t, NCURSES_PAIRS_T, void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1796:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vid_attr (attr_t, NCURSES_PAIRS_T, void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1728:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1728:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) add_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1729:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1729:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) add_wchnstr (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1730:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1730:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) add_wchstr (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_puts (attr_t, NCURSES_PAIRS_T, void *, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_puts (attr_t, NCURSES_PAIRS_T, void *, NCURSES_OUTC); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1797:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vid_puts (attr_t, NCURSES_PAIRS_T, void *, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1731:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1731:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addnwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1732:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1732:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) addwstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1798:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wch (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wch (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1799:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wadd_wch (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchnstr (WINDOW *,const cchar_t *,int); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1733:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1733:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) bkgrnd (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1734:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchnstr (WINDOW *,const cchar_t *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1800:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wadd_wchnstr (WINDOW *,const cchar_t *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchstr (WINDOW *,const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchstr (WINDOW *,const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1801:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wadd_wchstr (WINDOW *,const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1734:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) bkgrndset (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1735:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1735:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) border_set (const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnwstr (WINDOW *,const wchar_t *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnwstr (WINDOW *,const wchar_t *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1802:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddnwstr (WINDOW *,const wchar_t *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddwstr (WINDOW *,const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddwstr (WINDOW *,const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1736:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1736:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1737:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1737:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) echo_wchar (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1803:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddwstr (WINDOW *,const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1804:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgrndset (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1738:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1738:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) erasewchar (wchar_t*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1739:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgrndset (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1805:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wbkgrndset (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder_set (WINDOW *,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder_set (WINDOW *,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1806:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wborder_set (WINDOW *,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1739:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) get_wch (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1740:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1740:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) get_wstr (wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbkgrnd (cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1807:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1808:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1809:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetbkgrnd (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1741:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getbkgrnd (cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1741:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getbkgrnd (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1742:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1742:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, NCURSES_PAIRS_T*, void*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1743:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1743:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getn_wstr (wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1744:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1744:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) hline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetbkgrnd (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1810:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetbkgrnd (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1811:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1744:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) hline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wch (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1745:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wch (cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1745:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) in_wch (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1746:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchnstr (cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1812:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) whline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wch (WINDOW *, cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wch (WINDOW *, cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1746:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchnstr (cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1746:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) in_wchnstr (cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchstr (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1747:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) in_wchstr (cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1747:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) in_wchstr (cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1813:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) win_wch (WINDOW *, cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchnstr (WINDOW *, cchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchnstr (WINDOW *, cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1814:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) win_wchnstr (WINDOW *, cchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchstr (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innwstr (wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchstr (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1748:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) innwstr (wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1748:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) innwstr (wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1815:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) win_wchstr (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_nwstr (const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1816:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_nwstr (WINDOW *, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_nwstr (WINDOW *, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1749:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_nwstr (const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1749:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ins_nwstr (const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1750:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wch (const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1750:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ins_wch (const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1817:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wins_nwstr (WINDOW *, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wch (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wch (WINDOW *, const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1818:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wins_wch (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wstr (WINDOW *, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1751:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ins_wstr (const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1751:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ins_wstr (const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inwstr (wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1752:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) inwstr (wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wstr (WINDOW *, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1819:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wins_wstr (WINDOW *, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1820:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1752:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) inwstr (wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1753:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1753:23: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT(NCURSES_CONST char*) key_name (wchar_t); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1821:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1754:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1754:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) killwchar (wchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1755:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1755:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvadd_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchnstr (int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1756:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchnstr (int, int, const cchar_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1756:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvadd_wchnstr (int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchstr (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1757:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvadd_wchstr (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1822:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1825:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘term_attrs_sp’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1826:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1757:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvadd_wchstr (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1758:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1758:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddwstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1827:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_attr) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_attr) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1759:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvaddwstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1759:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvaddwstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1760:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1760:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvget_wch (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1828:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_attr) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_puts) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1761:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1761:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvget_wstr (int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1762:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1762:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvgetn_wstr (int, int, wint_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1763:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvhline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_puts) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:1829:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_puts) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_mouse(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_mouse(void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2013:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_mouse(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1763:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvhline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wch (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1764:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wch (int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1764:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvin_wch (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchnstr (int, int, cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1765:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchnstr (int, int, cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1765:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvin_wchnstr (int, int, cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchstr (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1766:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvin_wchstr (int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1766:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvin_wchstr (int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmouse (MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmouse (MEVENT *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2014:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getmouse (MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetmouse (MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetmouse (MEVENT *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnwstr (int, int, wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1767:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinnwstr (int, int, wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1767:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinnwstr (int, int, wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1768:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_nwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1768:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_nwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2015:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ungetmouse (MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2016:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mousemask’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1768:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvins_nwstr (int, int, const wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1769:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1769:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvins_wch (int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2017:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mouseinterval (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mouseinterval (int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2018:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mouseinterval (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1770:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvins_wstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1770:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvins_wstr (int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinwstr (int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1771:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvinwstr (int, int, wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1771:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvinwstr (int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2019:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvvline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1772:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvvline_set (int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1773:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1774:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1775:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1776:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2020:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2023:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1777:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1778:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2024:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetmouse) (SCREEN*,MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetmouse) (SCREEN*,MEVENT *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2025:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetmouse) (SCREEN*,MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1778:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1779:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1779:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1780:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:70:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2026:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mousemask_sp’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mouseinterval) (SCREEN*, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1780:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1780:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1781:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1781:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wch (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1782:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wch (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1782:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin_wch (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchnstr (WINDOW *, int,int, cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1783:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchnstr (WINDOW *, int,int, cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mouseinterval) (SCREEN*, int); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2027:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mouseinterval) (SCREEN*, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mcprint (char *, int); /* direct data to printer */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mcprint (char *, int); /* direct data to printer */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2036:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mcprint (char *, int); /* direct data to printer */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1783:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin_wchnstr (WINDOW *, int,int, cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchstr (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1784:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwin_wchstr (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1784:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwin_wchstr (WINDOW *, int, int, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnwstr (WINDOW *, int, int, wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2037:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinnwstr (WINDOW *, int, int, wchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1785:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinnwstr (WINDOW *, int, int, wchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_nwstr (WINDOW *, int,int, const wchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_nwstr (WINDOW *, int,int, const wchar_t *,int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1786:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwins_nwstr (WINDOW *, int,int, const wchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1787:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1787:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwins_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1788:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwins_wstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2040:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2041:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1788:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwins_wstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinwstr (WINDOW *, int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1789:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwinwstr (WINDOW *, int, int, wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1789:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwinwstr (WINDOW *, int, int, wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline_set (WINDOW *, int,int, const cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2046:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr (attr_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr (attr_t); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2047:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _traceattr (attr_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2048:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechar (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechar (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1790:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mvwvline_set (WINDOW *, int,int, const cchar_t *,int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1790:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mvwvline_set (WINDOW *, int,int, const cchar_t *,int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1791:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) pecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2049:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracechar (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype (chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype (chtype); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2050:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracechtype (chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1792:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, NCURSES_PAIRS_T, const void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1793:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2051:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2054:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1793:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) slk_wset (int, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1794:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1794:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘term_attrs’ extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2056:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1795:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) unget_wch (const wchar_t); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_attr (attr_t, NCURSES_PAIRS_T, void *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_attr (attr_t, NCURSES_PAIRS_T, void *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1796:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vid_attr (attr_t, NCURSES_PAIRS_T, void *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2061:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2062:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘unsigned’ extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_puts (attr_t, NCURSES_PAIRS_T, void *, NCURSES_OUTC); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1797:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vid_puts (attr_t, NCURSES_PAIRS_T, void *, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1797:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vid_puts (attr_t, NCURSES_PAIRS_T, void *, NCURSES_OUTC); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:2093:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1798:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) vline_set (const cchar_t *, int); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1798:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) vline_set (const cchar_t *, int); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wch (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1799:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wch (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1799:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wadd_wch (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchnstr (WINDOW *,const cchar_t *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1800:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchnstr (WINDOW *,const cchar_t *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1800:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wadd_wchnstr (WINDOW *,const cchar_t *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchstr (WINDOW *,const cchar_t *); /* generated:WIDEC */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:58:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:58:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:58:16: note: in expansion of macro ‘NCURSES_CONST’ NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:61:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:61:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:61:16: note: in expansion of macro ‘NCURSES_CONST’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:96:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN GCC_DEPRECATED("use exit_curses"); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:96:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN GCC_DEPRECATED("use exit_curses"); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../source_subfolder/ncurses/../include/nc_alloc.h:96:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN GCC_DEPRECATED("use exit_curses"); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:108:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1801:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wadd_wchstr (WINDOW *,const cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1801:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wadd_wchstr (WINDOW *,const cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnwstr (WINDOW *,const wchar_t *,int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1802:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddnwstr (WINDOW *,const wchar_t *,int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1802:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddnwstr (WINDOW *,const wchar_t *,int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:108:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../source_subfolder/ncurses/../include/nc_alloc.h:108:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:116:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_leaks_tinfo(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:116:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_leaks_tinfo(void); ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../source_subfolder/ncurses/../include/nc_alloc.h:116:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_leaks_tinfo(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:354:1: note: in expansion of macro ‘DCL’ DCL(boolnames) = { ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:354:1: note: in expansion of macro ‘DCL’ DCL(boolnames) = { ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:5:12: note: in expansion of macro ‘NCURSES_CONST’ #define IT NCURSES_CONST char * const ^ ../ncurses/names.c:352:36: note: in expansion of macro ‘IT’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:354:1: note: in expansion of macro ‘DCL’ DCL(boolnames) = { ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:403:1: note: in expansion of macro ‘DCL’ DCL(boolfnames) = { ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:403:1: note: in expansion of macro ‘DCL’ DCL(boolfnames) = { ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:5:12: note: in expansion of macro ‘NCURSES_CONST’ #define IT NCURSES_CONST char * const ^ ../ncurses/names.c:352:36: note: in expansion of macro ‘IT’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:403:1: note: in expansion of macro ‘DCL’ DCL(boolfnames) = { ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddwstr (WINDOW *,const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1803:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) waddwstr (WINDOW *,const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1803:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) waddwstr (WINDOW *,const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1804:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1804:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wbkgrnd (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgrndset (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1805:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) wbkgrndset (WINDOW *,const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1805:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) wbkgrndset (WINDOW *,const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder_set (WINDOW *,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* implemented */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:452:1: note: in expansion of macro ‘DCL’ DCL(numnames) = { ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:452:1: note: in expansion of macro ‘DCL’ DCL(numnames) = { ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1806:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wborder_set (WINDOW *,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* implemented */ ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:5:12: note: in expansion of macro ‘NCURSES_CONST’ #define IT NCURSES_CONST char * const ^ ../ncurses/names.c:352:36: note: in expansion of macro ‘IT’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:452:1: note: in expansion of macro ‘DCL’ DCL(numnames) = { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1806:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wborder_set (WINDOW *,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*,const cchar_t*); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:496:1: note: in expansion of macro ‘DCL’ DCL(numfnames) = { ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:496:1: note: in expansion of macro ‘DCL’ DCL(numfnames) = { ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:5:12: note: in expansion of macro ‘NCURSES_CONST’ #define IT NCURSES_CONST char * const ^ ../ncurses/names.c:352:36: note: in expansion of macro ‘IT’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:496:1: note: in expansion of macro ‘DCL’ DCL(numfnames) = { ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:540:1: note: in expansion of macro ‘DCL’ DCL(strnames) = { ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1807:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1807:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wecho_wchar (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1808:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1808:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wget_wch (WINDOW *, wint_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1809:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1809:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wget_wstr (WINDOW *, wint_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetbkgrnd (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:540:1: note: in expansion of macro ‘DCL’ DCL(strnames) = { ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:5:12: note: in expansion of macro ‘NCURSES_CONST’ #define IT NCURSES_CONST char * const ^ ../ncurses/names.c:352:36: note: in expansion of macro ‘IT’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:540:1: note: in expansion of macro ‘DCL’ DCL(strnames) = { ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/build.priv.h:47, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:959:1: note: in expansion of macro ‘DCL’ DCL(strfnames) = { ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:352:17: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:959:1: note: in expansion of macro ‘DCL’ DCL(strfnames) = { ^ In file included from ../source_subfolder/ncurses/build.priv.h:47:0, from ../source_subfolder/ncurses/tinfo/make_keys.c:41: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../ncurses/names.c:5:12: note: in expansion of macro ‘NCURSES_CONST’ #define IT NCURSES_CONST char * const ^ ../ncurses/names.c:352:36: note: in expansion of macro ‘IT’ #define DCL(it) NCURSES_EXPORT_VAR(IT) it[] ^ ../ncurses/names.c:959:1: note: in expansion of macro ‘DCL’ DCL(strfnames) = { ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1810:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetbkgrnd (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1810:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetbkgrnd (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1811:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1811:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wgetn_wstr (WINDOW *, wint_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/tinfo/make_keys.c: In function ‘unknown’: ../source_subfolder/ncurses/tinfo/make_keys.c:54:14: error: ‘strnames’ undeclared (first use in this function) for (n = 0; strnames[n] != 0; n++) { ^ ../source_subfolder/ncurses/tinfo/make_keys.c:54:14: note: each undeclared identifier is reported only once for each function it appears in ../source_subfolder/ncurses/tinfo/make_keys.c:57:14: error: ‘strfnames’ undeclared (first use in this function) for (n = 0; strfnames[n] != 0; n++) { ^ ../source_subfolder/ncurses/tinfo/make_keys.c: In function ‘lookup’: In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1812:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) whline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1812:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) whline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wch (WINDOW *, cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1813:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wch (WINDOW *, cchar_t *); /* implemented */ ^ ../source_subfolder/ncurses/tinfo/make_keys.c:69:17: error: ‘strnames’ undeclared (first use in this function) for (n = 0; strnames[n] != 0; n++) { ^ ../source_subfolder/ncurses/tinfo/make_keys.c:76:14: error: ‘strfnames’ undeclared (first use in this function) for (n = 0; strfnames[n] != 0; n++) { ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1813:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) win_wch (WINDOW *, cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchnstr (WINDOW *, cchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1814:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchnstr (WINDOW *, cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1814:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) win_wchnstr (WINDOW *, cchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchstr (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1815:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) win_wchstr (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1815:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) win_wchstr (WINDOW *, cchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1816:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1816:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_nwstr (WINDOW *, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1817:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_nwstr (WINDOW *, const wchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1817:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wins_nwstr (WINDOW *, const wchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wch (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1818:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wch (WINDOW *, const cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1818:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wins_wch (WINDOW *, const cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wstr (WINDOW *, const wchar_t *); /* generated:WIDEC */ ^ Makefile:242: recipe for target 'make_keys' failed make[1]: *** [make_keys] Error 1 ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wins_wstr (WINDOW *, const wchar_t *); /* generated:WIDEC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1819:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wins_wstr (WINDOW *, const wchar_t *); /* generated:WIDEC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1820:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1821:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1822:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1825:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1825:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘term_attrs_sp’ extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented:SP_FUNC */ ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1826:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1826:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1827:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1827:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_attr) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1828:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_attr) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1828:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_attr) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_puts) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:1829:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_puts) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:1829:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(vid_puts) (SCREEN*, attr_t, NCURSES_PAIRS_T, void *, NCURSES_SP_OUTC); /* implemented:SP_FUNC */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_mouse(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2013:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) has_mouse(void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2013:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) has_mouse(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmouse (MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2014:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) getmouse (MEVENT *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2014:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) getmouse (MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetmouse (MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2015:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) ungetmouse (MEVENT *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2015:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) ungetmouse (MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2016:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2016:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mousemask’ extern NCURSES_EXPORT(mmask_t) mousemask (mmask_t, mmask_t *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2017:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2017:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) wenclose (const WINDOW *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mouseinterval (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2018:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mouseinterval (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2018:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mouseinterval (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2019:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2019:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) wmouse_trafo (const WINDOW*, int*, int*, bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2020:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2020:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) mouse_trafo (int*, int*, bool); /* generated */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2023:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2023:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2024:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2024:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(getmouse) (SCREEN*, MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetmouse) (SCREEN*,MEVENT *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2025:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetmouse) (SCREEN*,MEVENT *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2025:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(ungetmouse) (SCREEN*,MEVENT *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2026:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2026:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mousemask_sp’ extern NCURSES_EXPORT(mmask_t) NCURSES_SP_NAME(mousemask) (SCREEN*, mmask_t, mmask_t *); ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mouseinterval) (SCREEN*, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2027:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mouseinterval) (SCREEN*, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2027:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mouseinterval) (SCREEN*, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mcprint (char *, int); /* direct data to printer */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2036:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) mcprint (char *, int); /* direct data to printer */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2036:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) mcprint (char *, int); /* direct data to printer */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2037:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2037:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2040:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2040:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2041:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2041:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2046:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2046:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr (attr_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2047:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr (attr_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2047:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _traceattr (attr_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2048:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2048:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _traceattr2 (int, chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechar (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2049:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechar (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2049:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracechar (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype (chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2050:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype (chtype); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2050:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracechtype (chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2051:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2051:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2054:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2054:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracecchar_t (const cchar_t *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2056:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2056:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2061:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2062:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘unsigned’ extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/curses.h:2093:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:2093:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:58:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:58:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:58:16: note: in expansion of macro ‘NCURSES_CONST’ NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:61:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:61:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/curses.h:87:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/unctrl.h:61:16: note: in expansion of macro ‘NCURSES_CONST’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_panel.h:69:10: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(struct panelhook *) ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_panel.h:69:10: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(struct panelhook *) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/nc_panel.h:69:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘struct’ extern NCURSES_EXPORT(struct panelhook *) ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_panel.h:72:10: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(struct panelhook *) ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_panel.h:72:10: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(struct panelhook *) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/nc_panel.h:72:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘struct’ extern NCURSES_EXPORT(struct panelhook *) ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:729:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(TERMINAL *) cur_term; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:729:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(TERMINAL *) cur_term; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:729:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(TERMINAL *) cur_term; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:729:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(TERMINAL *) cur_term; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:755:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolnames[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:755:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolnames[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:59:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:755:27: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolnames[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:756:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolcodes[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:756:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolcodes[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:59:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:756:27: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolcodes[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:757:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolfnames[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:757:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolfnames[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:59:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:757:27: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) boolfnames[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:758:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numnames[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:758:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numnames[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:59:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:758:27: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numnames[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:759:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numcodes[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:759:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numcodes[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:59:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:759:27: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numcodes[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:760:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numfnames[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:760:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numfnames[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:59:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:760:27: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numfnames[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:761:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) strnames[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:761:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) strnames[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:59:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:761:27: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) strnames[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:762:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) strcodes[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:762:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) strcodes[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:59:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:762:27: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) strcodes[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:763:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) strfnames[]; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:763:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) strfnames[]; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:59:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ #define NCURSES_CONST const ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../include/term.h:763:27: note: in expansion of macro ‘NCURSES_CONST’ extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) strfnames[]; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_set_tty_mode (TTY *buf); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:772:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_set_tty_mode (TTY *buf); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:772:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_set_tty_mode (TTY *buf); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_entry2 (const char * const, char * const, TERMTYPE2 *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:773:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_entry2 (const char * const, char * const, TERMTYPE2 *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:773:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_read_entry2 (const char * const, char * const, TERMTYPE2 *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_file_entry (const char *const, TERMTYPE2 *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:774:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_file_entry (const char *const, TERMTYPE2 *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:774:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_read_file_entry (const char *const, TERMTYPE2 *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_termtype (TERMTYPE2 *, char *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:775:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_termtype (TERMTYPE2 *, char *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:775:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_read_termtype (TERMTYPE2 *, char *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_first_name (const char *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:776:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_first_name (const char *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:776:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_first_name (const char *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_name_match (const char *const, const char *const, const char *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:777:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_name_match (const char *const, const char *const, const char *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:777:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_name_match (const char *const, const char *const, const char *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const TERMTYPE *) _nc_fallback (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:785:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const TERMTYPE *) _nc_fallback (const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:785:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ extern NCURSES_EXPORT(const TERMTYPE *) _nc_fallback (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_entry (const char * const, char * const, TERMTYPE *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:786:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_entry (const char * const, char * const, TERMTYPE *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:786:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_read_entry (const char * const, char * const, TERMTYPE *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL *) set_curterm (TERMINAL *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL *) set_curterm (TERMINAL *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:791:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL *) set_curterm (TERMINAL *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:791:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(TERMINAL *) set_curterm (TERMINAL *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) del_curterm (TERMINAL *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:792:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) del_curterm (TERMINAL *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:792:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) del_curterm (TERMINAL *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) restartterm (NCURSES_CONST char *, int, int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:795:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) restartterm (NCURSES_CONST char *, int, int *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:795:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) restartterm (NCURSES_CONST char *, int, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setupterm (const char *,int,int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:796:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) setupterm (const char *,int,int *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:796:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) setupterm (const char *,int,int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tgetstr (const char *, char **); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:819:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tgetstr (const char *, char **); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:819:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tgetstr (const char *, char **); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tgoto (const char *, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:820:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) tgoto (const char *, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:820:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) tgoto (const char *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tgetent (char *, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:821:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tgetent (char *, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:821:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tgetent (char *, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tgetflag (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:822:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tgetflag (const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:822:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tgetflag (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:823:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tgetnum (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:823:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tgetnum (const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:823:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tgetnum (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:824:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int)); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:824:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int)); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:824:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int)); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:832:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tigetstr) (SCREEN*, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:832:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tigetstr) (SCREEN*, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:832:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tigetstr) (SCREEN*, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:833:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(putp) (SCREEN*, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:833:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(putp) (SCREEN*, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:833:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(putp) (SCREEN*, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:834:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetflag) (SCREEN*, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:834:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetflag) (SCREEN*, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:834:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetflag) (SCREEN*, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:835:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetnum) (SCREEN*, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:835:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetnum) (SCREEN*, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:835:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetnum) (SCREEN*, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:838:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, ...); /* special */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:838:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, ...); /* special */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:838:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tparm) (SCREEN*, const char *, ...); /* special */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:845:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgetstr) (SCREEN*, const char *, char **); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:845:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgetstr) (SCREEN*, const char *, char **); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:845:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgetstr) (SCREEN*, const char *, char **); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:846:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgoto) (SCREEN*, const char *, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:846:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgoto) (SCREEN*, const char *, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:846:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgoto) (SCREEN*, const char *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:847:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetent) (SCREEN*, char *, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:847:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetent) (SCREEN*, char *, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:847:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetent) (SCREEN*, char *, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:848:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetflag) (SCREEN*, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:848:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetflag) (SCREEN*, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:848:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetflag) (SCREEN*, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:849:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetnum) (SCREEN*, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:849:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetnum) (SCREEN*, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:849:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tgetnum) (SCREEN*, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:850:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tputs) (SCREEN*, const char *, int, NCURSES_SP_OUTC); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:850:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tputs) (SCREEN*, const char *, int, NCURSES_SP_OUTC); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:850:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tputs) (SCREEN*, const char *, int, NCURSES_SP_OUTC); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:852:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL *) NCURSES_SP_NAME(set_curterm) (SCREEN*, TERMINAL *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:852:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL *) NCURSES_SP_NAME(set_curterm) (SCREEN*, TERMINAL *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:852:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL *) NCURSES_SP_NAME(set_curterm) (SCREEN*, TERMINAL *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:852:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(TERMINAL *) NCURSES_SP_NAME(set_curterm) (SCREEN*, TERMINAL *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:853:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(del_curterm) (SCREEN*, TERMINAL *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:853:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(del_curterm) (SCREEN*, TERMINAL *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:853:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(del_curterm) (SCREEN*, TERMINAL *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:855:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(restartterm) (SCREEN*, NCURSES_CONST char *, int, int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:855:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(restartterm) (SCREEN*, NCURSES_CONST char *, int, int *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:855:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(restartterm) (SCREEN*, NCURSES_CONST char *, int, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:861:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) exit_terminfo(int) GCC_NORETURN; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../include/term.h:861:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) exit_terminfo(int) GCC_NORETURN; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/term.h:861:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) exit_terminfo(int) GCC_NORETURN; ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:135:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(ENTRY *) _nc_head; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:135:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(ENTRY *) _nc_head; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:135:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(ENTRY *) _nc_head; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:135:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(ENTRY *) _nc_head; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:136:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(ENTRY *) _nc_tail; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:136:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(ENTRY *) _nc_tail; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:136:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(ENTRY *) _nc_tail; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:136:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(ENTRY *) _nc_tail; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:169:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:169:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:169:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:169:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:170:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_save_str (const char *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:170:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_save_str (const char *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:170:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_save_str (const char *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:171:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_entry (ENTRY *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:171:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_entry (ENTRY *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:171:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_init_entry (ENTRY *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:172:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_merge_entry (ENTRY *const, ENTRY *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:172:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_merge_entry (ENTRY *const, ENTRY *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:172:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_merge_entry (ENTRY *const, ENTRY *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:173:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_wrap_entry (ENTRY *const, bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:173:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_wrap_entry (ENTRY *const, bool); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:173:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_wrap_entry (ENTRY *const, bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:176:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_align_termtype (TERMTYPE2 *, TERMTYPE2 *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:176:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_align_termtype (TERMTYPE2 *, TERMTYPE2 *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:176:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_align_termtype (TERMTYPE2 *, TERMTYPE2 *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:179:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_termtype2 (TERMTYPE2 *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:179:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_termtype2 (TERMTYPE2 *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:179:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_free_termtype2 (TERMTYPE2 *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:182:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_trim_sgr0 (TERMTYPE2 *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:182:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_trim_sgr0 (TERMTYPE2 *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:182:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_trim_sgr0 (TERMTYPE2 *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:186:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(bool) _nc_user_definable; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:186:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(bool) _nc_user_definable; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:186:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT_VAR(bool) _nc_user_definable; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:187:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(bool) _nc_disable_period; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/../include/term_entry.h:187:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(bool) _nc_disable_period; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:187:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT_VAR(bool) _nc_disable_period; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:189:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_parse_entry (ENTRY *, int, bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:189:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_parse_entry (ENTRY *, int, bool); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:189:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_parse_entry (ENTRY *, int, bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:190:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_capcmp (const char *, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:190:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_capcmp (const char *, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:190:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_capcmp (const char *, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:193:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_set_writedir (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:193:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_set_writedir (const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:193:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_set_writedir (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:194:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_write_entry (TERMTYPE2 *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:194:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_write_entry (TERMTYPE2 *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:194:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_write_entry (TERMTYPE2 *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:195:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_write_object (TERMTYPE2 *, char *, unsigned *, unsigned); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:195:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_write_object (TERMTYPE2 *, char *, unsigned *, unsigned); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:195:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_write_object (TERMTYPE2 *, char *, unsigned *, unsigned); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:198:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_read_entry_source (FILE*, char*, int, bool, bool (*)(ENTRY*)); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:198:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_read_entry_source (FILE*, char*, int, bool, bool (*)(ENTRY*)); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:198:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_read_entry_source (FILE*, char*, int, bool, bool (*)(ENTRY*)); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:199:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_entry_match (char *, char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:199:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_entry_match (char *, char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:199:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) _nc_entry_match (char *, char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:200:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_resolve_uses (bool); /* obs 20040705 */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:200:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_resolve_uses (bool); /* obs 20040705 */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:200:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_resolve_uses (bool); /* obs 20040705 */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:201:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_resolve_uses2 (bool, bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:201:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_resolve_uses2 (bool, bool); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:201:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_resolve_uses2 (bool, bool); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:202:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_entries (ENTRY *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:202:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_entries (ENTRY *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:202:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_free_entries (ENTRY *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../source_subfolder/ncurses/../include/term_entry.h:203:8: note: in expansion of macro ‘NCURSES_IMPEXP’ extern NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../source_subfolder/ncurses/../include/term_entry.h:203:8: note: in expansion of macro ‘NCURSES_IMPEXP’ extern NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:438:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:203:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */ ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../source_subfolder/ncurses/../include/term_entry.h:204:8: note: in expansion of macro ‘NCURSES_IMPEXP’ extern NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype2)(TERMTYPE2 *, bool); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../source_subfolder/ncurses/../include/term_entry.h:204:8: note: in expansion of macro ‘NCURSES_IMPEXP’ extern NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype2)(TERMTYPE2 *, bool); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:438:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:204:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_IMPEXP void (NCURSES_API *_nc_check_termtype2)(TERMTYPE2 *, bool); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:207:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_trace_xnames (TERMTYPE *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:207:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_trace_xnames (TERMTYPE *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:207:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_trace_xnames (TERMTYPE *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:223:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_copy_termtype (TERMTYPE *, const TERMTYPE *) NCURSES_TACK_1_08; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:223:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_copy_termtype (TERMTYPE *, const TERMTYPE *) NCURSES_TACK_1_08; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:223:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_copy_termtype (TERMTYPE *, const TERMTYPE *) NCURSES_TACK_1_08; ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:226:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_acs (void) NCURSES_TACK_1_08; /* corresponds to traditional 'init_acs()' */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:226:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_acs (void) NCURSES_TACK_1_08; /* corresponds to traditional 'init_acs()' */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:226:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_init_acs (void) NCURSES_TACK_1_08; /* corresponds to traditional 'init_acs()' */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:229:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_termtype (TERMTYPE *) NCURSES_TACK_1_08; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/term_entry.h:229:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_termtype (TERMTYPE *) NCURSES_TACK_1_08; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/term_entry.h:229:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_free_termtype (TERMTYPE *) NCURSES_TACK_1_08; ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:517:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_set_no_padding(SCREEN *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:517:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_set_no_padding(SCREEN *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:517:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_set_no_padding(SCREEN *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:530:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int *) _nc_ptr_Lines (SCREEN *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:530:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int *) _nc_ptr_Lines (SCREEN *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:530:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ NCURSES_EXPORT(int *) _nc_ptr_Lines (SCREEN *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:531:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int *) _nc_ptr_Cols (SCREEN *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:531:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int *) _nc_ptr_Cols (SCREEN *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:531:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ NCURSES_EXPORT(int *) _nc_ptr_Cols (SCREEN *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:532:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int *) _nc_ptr_Tabsize (SCREEN *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:532:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int *) _nc_ptr_Tabsize (SCREEN *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:532:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ NCURSES_EXPORT(int *) _nc_ptr_Tabsize (SCREEN *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:533:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int *) _nc_ptr_Escdelay (SCREEN *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:533:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int *) _nc_ptr_Escdelay (SCREEN *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:533:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ NCURSES_EXPORT(int *) _nc_ptr_Escdelay (SCREEN *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1026:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_GLOBALS) _nc_globals; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1026:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_GLOBALS) _nc_globals; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1026:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_GLOBALS) _nc_globals; ^ In file included from ../source_subfolder/ncurses/tty/hardscroll.c:149:0: ../source_subfolder/ncurses/curses.priv.h:1026:44: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_nc_globals’ extern NCURSES_EXPORT_VAR(NCURSES_GLOBALS) _nc_globals; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1098:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_PRESCREEN) _nc_prescreen; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1098:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_PRESCREEN) _nc_prescreen; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1098:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(NCURSES_PRESCREEN) _nc_prescreen; ^ In file included from ../source_subfolder/ncurses/tty/hardscroll.c:149:0: ../source_subfolder/ncurses/curses.priv.h:1098:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_nc_prescreen’ extern NCURSES_EXPORT_VAR(NCURSES_PRESCREEN) _nc_prescreen; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1396:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(SCREEN *) _nc_screen_chain; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1396:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(SCREEN *) _nc_screen_chain; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1396:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(SCREEN *) _nc_screen_chain; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:1396:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(SCREEN *) _nc_screen_chain; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1397:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(SIG_ATOMIC_T) _nc_have_sigwinch; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1397:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(SIG_ATOMIC_T) _nc_have_sigwinch; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_cfg.h:165:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘volatile’ #define SIG_ATOMIC_T volatile sig_atomic_t ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:1397:27: note: in expansion of macro ‘SIG_ATOMIC_T’ extern NCURSES_EXPORT_VAR(SIG_ATOMIC_T) _nc_have_sigwinch; ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:96:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN GCC_DEPRECATED("use exit_curses"); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:96:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN GCC_DEPRECATED("use exit_curses"); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/nc_alloc.h:96:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_free_and_exit(int) GCC_NORETURN GCC_DEPRECATED("use exit_curses"); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:108:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:108:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/nc_alloc.h:108:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void *) _nc_doalloc(void *, size_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:116:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_leaks_tinfo(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/../include/nc_alloc.h:116:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_leaks_tinfo(void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/../include/nc_alloc.h:116:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_leaks_tinfo(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:1917:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) _nc_visbuf2 (int, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:1917:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) _nc_visbuf2 (int, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:1917:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ extern NCURSES_EXPORT(const char *) _nc_visbuf2 (int, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:1918:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) _nc_visbufn (const char *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:1918:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const char *) _nc_visbufn (const char *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:1918:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ extern NCURSES_EXPORT(const char *) _nc_visbufn (const char *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2033:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_expanded (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2033:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_expanded (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2033:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_expanded (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_is_charable(wchar_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2061:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_is_charable(wchar_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2061:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) _nc_is_charable(wchar_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_to_char(wint_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2062:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_to_char(wint_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2062:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_to_char(wint_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2063:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wint_t) _nc_to_widechar(int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2063:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wint_t) _nc_to_widechar(int); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2063:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wint_t) _nc_to_widechar(int); ^ In file included from ../source_subfolder/ncurses/tty/hardscroll.c:149:0: ../source_subfolder/ncurses/curses.priv.h:2063:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_nc_to_widechar’ extern NCURSES_EXPORT(wint_t) _nc_to_widechar(int); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2102:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_acs (void); /* corresponds to traditional 'init_acs()' */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2102:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_acs (void); /* corresponds to traditional 'init_acs()' */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2102:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_init_acs (void); /* corresponds to traditional 'init_acs()' */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2103:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_msec_cost (const char *const, int); /* used by 'tack' program */ ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2103:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_msec_cost (const char *const, int); /* used by 'tack' program */ ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2103:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_msec_cost (const char *const, int); /* used by 'tack' program */ ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2107:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int) _nc_build_wch(WINDOW *win, ARG_CH_T ch); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2107:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(int) _nc_build_wch(WINDOW *win, ARG_CH_T ch); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2107:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ NCURSES_EXPORT(int) _nc_build_wch(WINDOW *win, ARG_CH_T ch); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2112:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_wchstrlen(const cchar_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2112:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_wchstrlen(const cchar_t *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2112:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_wchstrlen(const cchar_t *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2116:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_init_color(SCREEN *, int, int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2116:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_init_color(SCREEN *, int, int, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2116:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_init_color(SCREEN *, int, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2117:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_init_pair(SCREEN *, int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2117:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_init_pair(SCREEN *, int, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2117:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_init_pair(SCREEN *, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2118:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_pair_content(SCREEN *, int, int *, int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2118:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_pair_content(SCREEN *, int, int *, int *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2118:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_pair_content(SCREEN *, int, int *, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2119:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_reset_colors(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2119:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_reset_colors(void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2119:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) _nc_reset_colors(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2120:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_reserve_pairs(SCREEN *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2120:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_reserve_pairs(SCREEN *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2120:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_reserve_pairs(SCREEN *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2121:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_change_pair(SCREEN *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2121:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_change_pair(SCREEN *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2121:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_change_pair(SCREEN *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2128:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_wgetch(WINDOW *, int *, int EVENTLIST_2nd(_nc_eventlist *)); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2128:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_wgetch(WINDOW *, int *, int EVENTLIST_2nd(_nc_eventlist *)); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2128:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_wgetch(WINDOW *, int *, int EVENTLIST_2nd(_nc_eventlist *)); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2131:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_insert_ch(SCREEN *, WINDOW *, chtype); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2131:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_insert_ch(SCREEN *, WINDOW *, chtype); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2131:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_insert_ch(SCREEN *, WINDOW *, chtype); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2136:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2136:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2136:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2138:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_mvcur_init (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2138:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_mvcur_init (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2138:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_mvcur_init (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2139:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_mvcur_resume (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2139:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_mvcur_resume (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2139:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_mvcur_resume (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2140:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_mvcur_wrap (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2140:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_mvcur_wrap (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2140:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_mvcur_wrap (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2142:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_scrolln (int, int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2142:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_scrolln (int, int, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2142:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_scrolln (int, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2144:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_screen_init (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2144:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_screen_init (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2144:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_screen_init (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2145:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_screen_resume (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2145:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_screen_resume (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2145:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_screen_resume (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2146:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_screen_wrap (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2146:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_screen_wrap (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2146:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_screen_wrap (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2149:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_has_mouse (SCREEN *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2149:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_has_mouse (SCREEN *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2149:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) _nc_has_mouse (SCREEN *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2156:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_get_locale(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2156:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_get_locale(void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2156:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_get_locale(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2157:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_unicode_locale(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2157:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_unicode_locale(void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2157:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_unicode_locale(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2158:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_locale_breaks_acs(TERMINAL *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2158:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_locale_breaks_acs(TERMINAL *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2158:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_locale_breaks_acs(TERMINAL *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2159:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_setupterm(const char *, int, int *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2159:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_setupterm(const char *, int, int *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2159:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_setupterm(const char *, int, int *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2160:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_tinfo_cmdch(TERMINAL *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2160:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_tinfo_cmdch(TERMINAL *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2160:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_tinfo_cmdch(TERMINAL *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2171:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_ripoffline(int, int(*)(WINDOW*, int)); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2171:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_ripoffline(int, int(*)(WINDOW*, int)); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2171:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_ripoffline(int, int(*)(WINDOW*, int)); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2200:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_handle_sigwinch(SCREEN *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2200:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_handle_sigwinch(SCREEN *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2200:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_handle_sigwinch(SCREEN *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2207:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_wacs(void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2207:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_wacs(void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2207:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_init_wacs(void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2218:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(string_desc *) _nc_str_init (string_desc *, char *, size_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2218:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(string_desc *) _nc_str_init (string_desc *, char *, size_t); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2218:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(string_desc *) _nc_str_init (string_desc *, char *, size_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2218:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(string_desc *) _nc_str_init (string_desc *, char *, size_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2219:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(string_desc *) _nc_str_null (string_desc *, size_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2219:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(string_desc *) _nc_str_null (string_desc *, size_t); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2219:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(string_desc *) _nc_str_null (string_desc *, size_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2219:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(string_desc *) _nc_str_null (string_desc *, size_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2220:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(string_desc *) _nc_str_copy (string_desc *, string_desc *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2220:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(string_desc *) _nc_str_copy (string_desc *, string_desc *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2220:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(string_desc *) _nc_str_copy (string_desc *, string_desc *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2220:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(string_desc *) _nc_str_copy (string_desc *, string_desc *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2221:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_safe_strcat (string_desc *, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2221:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_safe_strcat (string_desc *, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2221:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) _nc_safe_strcat (string_desc *, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2222:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_safe_strcpy (string_desc *, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2222:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) _nc_safe_strcpy (string_desc *, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2222:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) _nc_safe_strcpy (string_desc *, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2230:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_printf_string (const char *, va_list); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2230:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_printf_string (const char *, va_list); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2230:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_printf_string (const char *, va_list); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2233:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_add_to_try (TRIES **, const char *, unsigned); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2233:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_add_to_try (TRIES **, const char *, unsigned); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2233:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_add_to_try (TRIES **, const char *, unsigned); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2234:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_expand_try (TRIES *, unsigned, int *, size_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2234:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_expand_try (TRIES *, unsigned, int *, size_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2234:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_expand_try (TRIES *, unsigned, int *, size_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2235:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_remove_key (TRIES **, unsigned); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2235:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_remove_key (TRIES **, unsigned); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2235:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_remove_key (TRIES **, unsigned); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2236:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2236:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2236:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2239:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) _nc_screen_of (WINDOW *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2239:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) _nc_screen_of (WINDOW *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2239:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(SCREEN *) _nc_screen_of (WINDOW *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2239:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(SCREEN *) _nc_screen_of (WINDOW *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2240:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL*) _nc_get_cur_term (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2240:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL*) _nc_get_cur_term (void); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2240:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL*) _nc_get_cur_term (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2240:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(TERMINAL*) _nc_get_cur_term (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2241:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_makenew (int, int, int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2241:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_makenew (int, int, int, int, int); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2241:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_makenew (int, int, int, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2241:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) _nc_makenew (int, int, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2242:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_trace_buf (int, size_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2242:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_trace_buf (int, size_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2242:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_trace_buf (int, size_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2243:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_trace_bufcat (int, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2243:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_trace_bufcat (int, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2243:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_trace_bufcat (int, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2244:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_tracechar (SCREEN *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2244:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_tracechar (SCREEN *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2244:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_tracechar (SCREEN *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2245:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_tracemouse (SCREEN *, MEVENT const *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2245:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_tracemouse (SCREEN *, MEVENT const *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2245:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_tracemouse (SCREEN *, MEVENT const *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2246:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_trace_mmask_t (SCREEN *, mmask_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2246:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) _nc_trace_mmask_t (SCREEN *, mmask_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2246:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) _nc_trace_mmask_t (SCREEN *, mmask_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2247:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_access (const char *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2247:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_access (const char *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2247:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_access (const char *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2248:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_baudrate (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2248:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_baudrate (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2248:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_baudrate (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2249:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_freewin (WINDOW *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2249:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_freewin (WINDOW *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2249:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_freewin (WINDOW *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2250:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_getenv_num (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2250:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_getenv_num (const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2250:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_getenv_num (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2251:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_keypad (SCREEN *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2251:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_keypad (SCREEN *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2251:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_keypad (SCREEN *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2252:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_ospeed (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2252:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_ospeed (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2252:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_ospeed (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2253:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_outch (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2253:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_outch (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2253:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_outch (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2254:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_putchar (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2254:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_putchar (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2254:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_putchar (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2255:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_putp(const char *, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2255:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_putp(const char *, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2255:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_putp(const char *, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2256:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_putp_flush(const char *, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2256:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_putp_flush(const char *, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2256:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_putp_flush(const char *, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2257:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_termcap_entry (const char *const, TERMTYPE2 *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2257:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_read_termcap_entry (const char *const, TERMTYPE2 *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2257:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_read_termcap_entry (const char *const, TERMTYPE2 *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2258:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_setup_tinfo(const char *, TERMTYPE2 *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2258:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_setup_tinfo(const char *, TERMTYPE2 *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2258:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_setup_tinfo(const char *, TERMTYPE2 *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2259:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_setupscreen (int, int, FILE *, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2259:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_setupscreen (int, int, FILE *, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2259:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_setupscreen (int, int, FILE *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2260:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_timed_wait (SCREEN *, int, int, int * EVENTLIST_2nd(_nc_eventlist *)); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2260:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_timed_wait (SCREEN *, int, int, int * EVENTLIST_2nd(_nc_eventlist *)); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2260:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_timed_wait (SCREEN *, int, int, int * EVENTLIST_2nd(_nc_eventlist *)); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2261:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_termtype (TERMTYPE2 *const); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2261:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_termtype (TERMTYPE2 *const); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2261:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_init_termtype (TERMTYPE2 *const); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2262:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_do_color (int, int, int, NCURSES_OUTC); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2262:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_do_color (int, int, int, NCURSES_OUTC); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2262:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_do_color (int, int, int, NCURSES_OUTC); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2263:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_flush (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2263:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_flush (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2263:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_flush (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2264:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_entry (ENTRY *, TERMTYPE2 *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2264:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_free_entry (ENTRY *, TERMTYPE2 *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2264:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_free_entry (ENTRY *, TERMTYPE2 *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2265:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_freeall (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2265:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_freeall (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2265:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_freeall (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2266:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_hash_map (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2266:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_hash_map (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2266:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_hash_map (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2267:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_keytry (SCREEN *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2267:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_init_keytry (SCREEN *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2267:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_init_keytry (SCREEN *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2268:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_keep_tic_dir (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2268:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_keep_tic_dir (const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2268:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_keep_tic_dir (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2269:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_make_oldhash (int i); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2269:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_make_oldhash (int i); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2269:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_make_oldhash (int i); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2270:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_scroll_oldhash (int n, int top, int bot); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2270:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_scroll_oldhash (int n, int top, int bot); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2270:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_scroll_oldhash (int n, int top, int bot); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2271:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_scroll_optimize (void); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2271:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_scroll_optimize (void); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2271:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_scroll_optimize (void); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2272:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_set_buffer (FILE *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2272:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_set_buffer (FILE *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2272:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_set_buffer (FILE *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2273:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_setenv_num (const char *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2273:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_setenv_num (const char *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2273:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_setenv_num (const char *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2274:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_signal_handler (int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2274:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_signal_handler (int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2274:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_signal_handler (int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2275:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_synchook (WINDOW *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2275:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_synchook (WINDOW *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2275:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_synchook (WINDOW *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2276:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_trace_tries (TRIES *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2276:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_trace_tries (TRIES *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2276:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_trace_tries (TRIES *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2279:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const TERMTYPE2 *) _nc_fallback2 (const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2279:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(const TERMTYPE2 *) _nc_fallback2 (const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2279:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘const’ extern NCURSES_EXPORT(const TERMTYPE2 *) _nc_fallback2 (const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2285:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_copy_termtype2 (TERMTYPE2 *, const TERMTYPE2 *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2285:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_copy_termtype2 (TERMTYPE2 *, const TERMTYPE2 *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2285:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_copy_termtype2 (TERMTYPE2 *, const TERMTYPE2 *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2286:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_export_termtype2(TERMTYPE *, const TERMTYPE2 *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2286:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_export_termtype2(TERMTYPE *, const TERMTYPE2 *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2286:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_export_termtype2(TERMTYPE *, const TERMTYPE2 *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2311:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CH_T) _nc_render (WINDOW *, NCURSES_CH_T); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2311:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CH_T) _nc_render (WINDOW *, NCURSES_CH_T); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2311:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(NCURSES_CH_T) _nc_render (WINDOW *, NCURSES_CH_T); ^ In file included from ../source_subfolder/ncurses/tty/hardscroll.c:149:0: ../source_subfolder/ncurses/curses.priv.h:2311:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_nc_render’ extern NCURSES_EXPORT(NCURSES_CH_T) _nc_render (WINDOW *, NCURSES_CH_T); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2312:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_waddch_nosync (WINDOW *, const NCURSES_CH_T); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2312:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_waddch_nosync (WINDOW *, const NCURSES_CH_T); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2312:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_waddch_nosync (WINDOW *, const NCURSES_CH_T); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2313:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_scroll_window (WINDOW *, int const, int const, int const, NCURSES_CH_T); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2313:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_scroll_window (WINDOW *, int const, int const, int const, NCURSES_CH_T); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2313:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_scroll_window (WINDOW *, int const, int const, int const, NCURSES_CH_T); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2317:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_insert_wch(WINDOW *, const cchar_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2317:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_insert_wch(WINDOW *, const cchar_t *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2317:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_insert_wch(WINDOW *, const cchar_t *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2321:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(size_t) _nc_wcrtomb (char *, wchar_t, mbstate_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2321:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(size_t) _nc_wcrtomb (char *, wchar_t, mbstate_t *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2321:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(size_t) _nc_wcrtomb (char *, wchar_t, mbstate_t *); ^ In file included from ../source_subfolder/ncurses/tty/hardscroll.c:149:0: ../source_subfolder/ncurses/curses.priv.h:2321:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_nc_wcrtomb’ extern NCURSES_EXPORT(size_t) _nc_wcrtomb (char *, wchar_t, mbstate_t *); ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2325:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_update_screensize (SCREEN *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2325:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_update_screensize (SCREEN *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2325:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_update_screensize (SCREEN *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2329:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_resize_margins (WINDOW *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2329:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_resize_margins (WINDOW *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2329:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_resize_margins (WINDOW *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:2388:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int *) _nc_oldnums; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:2388:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(int *) _nc_oldnums; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2388:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT_VAR(int *) _nc_oldnums; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:2408:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(SCREEN *) SP; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:2408:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(SCREEN *) SP; ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/curses.priv.h:2408:8: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ extern NCURSES_EXPORT_VAR(SCREEN *) SP; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2408:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT_VAR(SCREEN *) SP; ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2428:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_slk_initialize (WINDOW *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2428:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_slk_initialize (WINDOW *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2428:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_slk_initialize (WINDOW *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2429:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_format_slks (NCURSES_SP_DCLx int _c); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2429:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_format_slks (NCURSES_SP_DCLx int _c); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2429:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_format_slks (NCURSES_SP_DCLx int _c); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2453:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_set_tty_mode(TTY *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2453:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_set_tty_mode(TTY *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2453:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_set_tty_mode(TTY *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2454:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_get_tty_mode(TTY *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2454:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_get_tty_mode(TTY *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2454:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_get_tty_mode(TTY *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2596:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_get_screensize(SCREEN *, int *, int *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2596:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_get_screensize(SCREEN *, int *, int *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2596:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_get_screensize(SCREEN *, int *, int *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2650:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_curscr_of(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2650:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_curscr_of(SCREEN*); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2650:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_curscr_of(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2650:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) _nc_curscr_of(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_newscr_of(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_newscr_of(SCREEN*); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2651:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_newscr_of(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2651:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) _nc_newscr_of(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2652:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_stdscr_of(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2652:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_stdscr_of(SCREEN*); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2652:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) _nc_stdscr_of(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2652:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) _nc_stdscr_of(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2653:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_outc_wrapper(SCREEN*,int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2653:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) _nc_outc_wrapper(SCREEN*,int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2653:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) _nc_outc_wrapper(SCREEN*,int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2661:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_set_tabsize)(SCREEN*, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2661:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_set_tabsize)(SCREEN*, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2661:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_set_tabsize)(SCREEN*, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2668:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL*) NCURSES_SP_NAME(_nc_get_cur_term) (SCREEN *sp); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2668:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL*) NCURSES_SP_NAME(_nc_get_cur_term) (SCREEN *sp); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2668:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(TERMINAL*) NCURSES_SP_NAME(_nc_get_cur_term) (SCREEN *sp); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2668:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(TERMINAL*) NCURSES_SP_NAME(_nc_get_cur_term) (SCREEN *sp); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2669:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(_nc_makenew) (SCREEN*, int, int, int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2669:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(_nc_makenew) (SCREEN*, int, int, int, int, int); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2669:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(_nc_makenew) (SCREEN*, int, int, int, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2669:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(_nc_makenew) (SCREEN*, int, int, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2670:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(_nc_reset_colors)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2670:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(_nc_reset_colors)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2670:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_Bool’ extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(_nc_reset_colors)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2671:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(_nc_printf_string)(SCREEN*, const char *, va_list); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2671:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(_nc_printf_string)(SCREEN*, const char *, va_list); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2671:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’ extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(_nc_printf_string)(SCREEN*, const char *, va_list); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2672:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(_nc_acs_char)(SCREEN*,int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2672:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(_nc_acs_char)(SCREEN*,int); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2672:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(_nc_acs_char)(SCREEN*,int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:338:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2672:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_nc_acs_char_sp’ extern NCURSES_EXPORT(chtype) NCURSES_SP_NAME(_nc_acs_char)(SCREEN*,int); ^ ../include/curses.h:991:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name##_sp ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_get_tty_mode)(SCREEN*,TTY*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2673:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_get_tty_mode)(SCREEN*,TTY*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2673:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_get_tty_mode)(SCREEN*,TTY*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2674:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_mcprint)(SCREEN*,char*, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2674:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_mcprint)(SCREEN*,char*, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2674:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_mcprint)(SCREEN*,char*, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2675:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_msec_cost)(SCREEN*, const char *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2675:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_msec_cost)(SCREEN*, const char *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2675:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_msec_cost)(SCREEN*, const char *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_mvcur)(SCREEN*, int, int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2676:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_mvcur)(SCREEN*, int, int, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2676:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_mvcur)(SCREEN*, int, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2677:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_outch)(SCREEN*, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2677:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_outch)(SCREEN*, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2677:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_outch)(SCREEN*, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2678:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_putchar)(SCREEN*, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2678:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_putchar)(SCREEN*, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2678:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_putchar)(SCREEN*, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2679:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_putp)(SCREEN*, const char *, const char*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2679:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_putp)(SCREEN*, const char *, const char*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2679:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_putp)(SCREEN*, const char *, const char*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2680:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_putp_flush)(SCREEN*, const char *, const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2680:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_putp_flush)(SCREEN*, const char *, const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2680:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_putp_flush)(SCREEN*, const char *, const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2681:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_ripoffline)(SCREEN*, int, int (*)(WINDOW *,int)); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2681:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_ripoffline)(SCREEN*, int, int (*)(WINDOW *,int)); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2681:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_ripoffline)(SCREEN*, int, int (*)(WINDOW *,int)); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2682:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_scrolln)(SCREEN*, int, int, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2682:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_scrolln)(SCREEN*, int, int, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2682:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_scrolln)(SCREEN*, int, int, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2683:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_set_tty_mode)(SCREEN*, TTY*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2683:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_set_tty_mode)(SCREEN*, TTY*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2683:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_set_tty_mode)(SCREEN*, TTY*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2684:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_setupscreen)(SCREEN**, int, int, FILE *, int, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2684:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_setupscreen)(SCREEN**, int, int, FILE *, int, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2684:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_setupscreen)(SCREEN**, int, int, FILE *, int, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2685:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_tgetent)(SCREEN*,char*,const char *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2685:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_tgetent)(SCREEN*,char*,const char *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2685:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_tgetent)(SCREEN*,char*,const char *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2686:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_do_color)(SCREEN*, int, int, int, NCURSES_SP_OUTC); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2686:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_do_color)(SCREEN*, int, int, int, NCURSES_SP_OUTC); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2686:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_do_color)(SCREEN*, int, int, int, NCURSES_SP_OUTC); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2687:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_do_xmc_glitch)(SCREEN*, attr_t); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2687:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_do_xmc_glitch)(SCREEN*, attr_t); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2687:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_do_xmc_glitch)(SCREEN*, attr_t); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2688:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_flush)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2688:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_flush)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2688:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_flush)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2689:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_free_and_exit)(SCREEN*, int) GCC_NORETURN; ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2689:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_free_and_exit)(SCREEN*, int) GCC_NORETURN; ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2689:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_free_and_exit)(SCREEN*, int) GCC_NORETURN; ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2690:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_freeall)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2690:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_freeall)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2690:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_freeall)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2691:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_hash_map)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2691:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_hash_map)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2691:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_hash_map)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2692:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_init_acs)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2692:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_init_acs)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2692:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_init_acs)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2693:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_make_oldhash)(SCREEN*, int i); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2693:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_make_oldhash)(SCREEN*, int i); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2693:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_make_oldhash)(SCREEN*, int i); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2694:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_mvcur_init)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2694:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_mvcur_init)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2694:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_mvcur_init)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2695:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_mvcur_resume)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2695:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_mvcur_resume)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2695:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_mvcur_resume)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2696:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_mvcur_wrap)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2696:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_mvcur_wrap)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2696:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_mvcur_wrap)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2697:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_init)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2697:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_init)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2697:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_init)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2698:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_resume)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2698:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_resume)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2698:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_resume)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2699:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_wrap)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2699:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_wrap)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2699:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_screen_wrap)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2700:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_scroll_oldhash)(SCREEN*, int n, int top, int bot); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2700:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_scroll_oldhash)(SCREEN*, int n, int top, int bot); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2700:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_scroll_oldhash)(SCREEN*, int n, int top, int bot); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2701:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_scroll_optimize)(SCREEN*); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2701:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_scroll_optimize)(SCREEN*); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2701:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_scroll_optimize)(SCREEN*); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2702:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_set_buffer)(SCREEN*, FILE *, int); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2702:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_set_buffer)(SCREEN*, FILE *, int); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2702:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_set_buffer)(SCREEN*, FILE *, int); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2704:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_cookie_init(SCREEN *sp); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2704:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(void) _nc_cookie_init(SCREEN *sp); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2704:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ extern NCURSES_EXPORT(void) _nc_cookie_init(SCREEN *sp); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2711:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t *) NCURSES_SP_NAME(_nc_wunctrl)(SCREEN*, cchar_t *); ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2711:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t *) NCURSES_SP_NAME(_nc_wunctrl)(SCREEN*, cchar_t *); ^ ../include/ncurses_exports.h:44:41: error: unknown type name ‘NCURSES_EXPORT’ # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/curses.priv.h:2711:8: note: in expansion of macro ‘NCURSES_EXPORT’ extern NCURSES_EXPORT(wchar_t *) NCURSES_SP_NAME(_nc_wunctrl)(SCREEN*, cchar_t *); ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/curses.priv.h:2711:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token extern NCURSES_EXPORT(wchar_t *) NCURSES_SP_NAME(_nc_wunctrl)(SCREEN*, cchar_t *); ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/tty/hardscroll.c:171:1: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ NCURSES_EXPORT_VAR (int *) ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:81:34: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ ../source_subfolder/ncurses/tty/hardscroll.c:171:1: note: in expansion of macro ‘NCURSES_EXPORT_VAR’ NCURSES_EXPORT_VAR (int *) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/tty/hardscroll.c:171:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’ NCURSES_EXPORT_VAR (int *) ^ ../include/ncurses_dll.h:81:49: note: in definition of macro ‘NCURSES_EXPORT_VAR’ #define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/tty/hardscroll.c:185:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(void) ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/tty/hardscroll.c:185:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(void) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/tty/hardscroll.c:185:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ NCURSES_EXPORT(void) ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ In file included from ../include/ncurses_dll.h:70:0, from ../source_subfolder/ncurses/curses.priv.h:51, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../include/ncurses_exports.h:44:40: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/tty/hardscroll.c:292:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(void) ^ ../include/ncurses_exports.h:44:55: error: stray ‘@’ in program # define NCURSES_EXPORT_GENERAL_EXPORT @NCURSES_EXPORT@ ^ ../include/ncurses_dll.h:73:25: note: in expansion of macro ‘NCURSES_EXPORT_GENERAL_EXPORT’ # define NCURSES_IMPEXP NCURSES_EXPORT_GENERAL_EXPORT ^ ../include/ncurses_dll.h:80:30: note: in expansion of macro ‘NCURSES_IMPEXP’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ ../source_subfolder/ncurses/tty/hardscroll.c:292:1: note: in expansion of macro ‘NCURSES_EXPORT’ NCURSES_EXPORT(void) ^ In file included from ../source_subfolder/ncurses/curses.priv.h:51:0, from ../source_subfolder/ncurses/tty/hardscroll.c:149: ../source_subfolder/ncurses/tty/hardscroll.c:292:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ NCURSES_EXPORT(void) ^ ../include/ncurses_dll.h:80:45: note: in definition of macro ‘NCURSES_EXPORT’ #define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API ^ Makefile:989: recipe for target '../obj_s/hardscroll.o' failed make[1]: *** [../obj_s/hardscroll.o] Error 1 make[1]: Leaving directory '/home/conan/workspace/cci_PR-2351/3/0_0/.conan/data/ncurses/6.2/_/_/build/e7236c73b67cd4bfb27536e776057fbc59ef09e2/ncurses' Makefile:118: recipe for target 'all' failed make: *** [all] Error 2 ncurses/6.2: JSON file created at '/home/conan/workspace/cci_PR-2351/3/co_0_0/_create.json'