configure: WARNING: unrecognized options: --without-gcc configure: WARNING: --with(out)-system-ffi is ignored on this platform configure: WARNING: unrecognized options: --without-gcc In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:4247:38: warning: passing argument 1 of ‘unctrl’ makes pointer from integer without a cast [-Wint-conversion] return PyBytes_FromString(unctrl(ch_)); ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: note: expected ‘SCREEN * {aka struct screen *}’ but argument is of type ‘chtype {aka long unsigned int}’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:4247:31: error: too few arguments to function ‘unctrl’ return PyBytes_FromString(unctrl(ch_)); ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: note: declared here NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:4248:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:4247:38: warning: passing argument 1 of ‘unctrl’ makes pointer from integer without a cast [-Wint-conversion] return PyBytes_FromString(unctrl(ch_)); ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: note: expected ‘SCREEN * {aka struct screen *}’ but argument is of type ‘chtype {aka long unsigned int}’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:4247:31: error: too few arguments to function ‘unctrl’ return PyBytes_FromString(unctrl(ch_)); ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: note: declared here NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:4248:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: error: conflicting types for ‘unctrl’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ In file included from /usr/include/ncursesw/ncurses.h:2012:0, from source_subfolder/Include/py_curses.h:34, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_curses_panel.c:15: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:58:38: note: previous declaration of ‘unctrl’ was here NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c: In function ‘_curses_unctrl’: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:4247:38: warning: passing argument 1 of ‘unctrl’ makes pointer from integer without a cast [-Wint-conversion] return PyBytes_FromString(unctrl(ch_)); ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: note: expected ‘SCREEN * {aka struct screen *}’ but argument is of type ‘chtype {aka long unsigned int}’ NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:4247:31: error: too few arguments to function ‘unctrl’ return PyBytes_FromString(unctrl(ch_)); ^ In file included from source_subfolder/Include/py_curses.h:34:0, from /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:113: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/672b4896bb63792c37246d3c41a9cc9b549a4aeb/include/ncursesw/unctrl.h:61:54: note: declared here NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype); ^ /usr/include/ncursesw/ncurses.h:1052:31: note: in definition of macro ‘NCURSES_SP_NAME’ #define NCURSES_SP_NAME(name) name ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Modules/_cursesmodule.c:4248:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Lib/runpy.py:111: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ __import__(pkg_name) /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/07a9218525894d440fa26b37f5d7ddd07d037a47/source_subfolder/Lib/runpy.py:111: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ __import__(pkg_name) WARNING: The script easy_install-3.9 is installed in '/home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/package/07a9218525894d440fa26b37f5d7ddd07d037a47/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts pip3 and pip3.9 are installed in '/home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/package/07a9218525894d440fa26b37f5d7ddd07d037a47/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Using Python_ADDITIONAL_VERSIONS: 3.9.0d;3.9d;3d Python3_EXECUTABLE: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/package/07a9218525894d440fa26b37f5d7ddd07d037a47/bin/python3.9 Python3_INTERPRETER_ID: Python Python3_VERSION: 3.9.0 Python3_INCLUDE_DIRS: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/package/07a9218525894d440fa26b37f5d7ddd07d037a47/include/python3.9d Python3_LIBRARIES: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/package/07a9218525894d440fa26b37f5d7ddd07d037a47/lib/libpython3.9d.so CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Python3_FIND_IMPLEMENTATIONS