fqterm
fqterm copied to clipboard
macOS Big Sur (11.6) 编译错误
按说明编译,最后出错信息:
...
external_prereqs='/usr/local/Cellar/[email protected]/3.9.8/Frameworks/Python.framework/Versions/3.9/Python'
'
--
CMake Error at /usr/local/Cellar/cmake/3.22.0/share/cmake/Modules/BundleUtilities.cmake:1128 (message):
error: verify_app failed
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.0/share/cmake/Modules/BundleUtilities.cmake:995 (verify_app)
/usr/local/Cellar/cmake/3.22.0/share/cmake/Modules/DeployQt4.cmake:221 (fixup_bundle)
cmake_install.cmake:72 (FIXUP_QT4_EXECUTABLE)
现在的代码应该把Qt4的东西都删了,我又改了下Mac的CMakeLists,你现在更新一下代码再试一下。
系统已经升级到了 macOS Monterey (12.1),又试了试。
- cmake 这步没问题:
$ CMAKE_PREFIX_PATH=/usr/local/opt/qt5/lib/cmake \
OPENSSL_ROOT_DIR=/usr/local/opt/openssl \
cmake ../fqterm
- make 出了很多报错,确实不大看得懂,也不知道怎么办了:
$ make
/usr/local/Cellar/cmake/3.22.1/bin/cmake -S/Users/xxx/fqterm -B/Users/xxx/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_progress_start /Users/xxx/build/CMakeFiles /Users/xxx/build//CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/common/CMakeFiles/fqterm_common_autogen.dir/build.make src/common/CMakeFiles/fqterm_common_autogen.dir/depend
cd /Users/xxx/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/fqterm /Users/xxx/fqterm/src/common /Users/xxx/build /Users/xxx/build/src/common /Users/xxx/build/src/common/CMakeFiles/fqterm_common_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/common/CMakeFiles/fqterm_common_autogen.dir/build.make src/common/CMakeFiles/fqterm_common_autogen.dir/build
[ 1%] Automatic MOC for target fqterm_common
cd /Users/xxx/build/src/common && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/build/src/common/CMakeFiles/fqterm_common_autogen.dir/AutogenInfo.json ""
AutoMoc warning
---------------
"SRC:/src/common/fqterm_shortcuthelper.cpp"
includes the moc file "fqterm_shortcuthelper.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/common/fqterm_sound.cpp"
includes the moc file "fqterm_sound.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc: /Users/xxx/fqterm/src/common/fqterm_shortcuthelper.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/fqterm/src/common/fqterm_sound.cpp:0: Note: No relevant classes found. No output generated.
[ 1%] Built target fqterm_common_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/common/CMakeFiles/fqterm_common.dir/build.make src/common/CMakeFiles/fqterm_common.dir/depend
cd /Users/xxx/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/fqterm /Users/xxx/fqterm/src/common /Users/xxx/build /Users/xxx/build/src/common /Users/xxx/build/src/common/CMakeFiles/fqterm_common.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/common/CMakeFiles/fqterm_common.dir/build.make src/common/CMakeFiles/fqterm_common.dir/build
[ 2%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o -c /Users/xxx/build/src/common/fqterm_common_autogen/mocs_compilation.cpp
[ 2%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/common.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/common.cpp.o -MF CMakeFiles/fqterm_common.dir/common.cpp.o.d -o CMakeFiles/fqterm_common.dir/common.cpp.o -c /Users/xxx/fqterm/src/common/common.cpp
[ 3%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o -c /Users/xxx/fqterm/src/common/fqterm_trace.cpp
[ 4%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o -c /Users/xxx/fqterm/src/common/fqterm_config.cpp
[ 5%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o -c /Users/xxx/fqterm/src/common/fqterm_sound.cpp
[ 6%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o -c /Users/xxx/fqterm/src/common/fqterm_param.cpp
[ 6%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o -c /Users/xxx/fqterm/src/common/fqterm_path.cpp
/Users/xxx/fqterm/src/common/fqterm_path.cpp:198:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
strSection.sprintf("bbs %d", i);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:392:5: note: 'sprintf' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use asprintf(), arg() or QTextStream instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/fqterm/src/common/fqterm_path.cpp:214:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
strSection.sprintf("bbs %d", i);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:392:5: note: 'sprintf' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use asprintf(), arg() or QTextStream instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/fqterm/src/common/fqterm_path.cpp:224:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
strSection.sprintf("bbs %d", n);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:392:5: note: 'sprintf' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use asprintf(), arg() or QTextStream instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/fqterm/src/common/fqterm_path.cpp:402:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
strSection.sprintf("bbs %d", n);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:392:5: note: 'sprintf' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use asprintf(), arg() or QTextStream instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
4 warnings generated.
[ 7%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o -c /Users/xxx/fqterm/src/common/fqterm_font.cpp
/Users/xxx/fqterm/src/common/fqterm_font.cpp:112:37: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
QStringList font_list = fonts.split(",", QString::SkipEmptyParts);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 8%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o -c /Users/xxx/fqterm/src/common/fqterm_exif_extractor.cpp
[ 9%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o -c /Users/xxx/fqterm/src/common/fqterm_filedialog.cpp
In file included from /Users/xxx/fqterm/src/common/fqterm_filedialog.cpp:3:
/Users/xxx/fqterm/src/common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 10%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o
cd /Users/xxx/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/build/src/common -I/Users/xxx/fqterm/src/common -I/Users/xxx/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o -c /Users/xxx/fqterm/src/common/fqterm_shortcuthelper.cpp
[ 10%] Linking CXX static library libfqterm_common.a
cd /Users/xxx/build/src/common && /usr/local/Cellar/cmake/3.22.1/bin/cmake -P CMakeFiles/fqterm_common.dir/cmake_clean_target.cmake
cd /Users/xxx/build/src/common && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/fqterm_common.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc libfqterm_common.a CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o CMakeFiles/fqterm_common.dir/common.cpp.o CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libfqterm_common.a
[ 10%] Built target fqterm_common
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/build.make src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/depend
cd /Users/xxx/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/fqterm /Users/xxx/fqterm/src/protocol /Users/xxx/build /Users/xxx/build/src/protocol /Users/xxx/build/src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/build.make src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/build
[ 11%] Automatic MOC for target fqterm_protocol
cd /Users/xxx/build/src/protocol && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/build/src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/AutogenInfo.json ""
AutoMoc warning
---------------
"SRC:/src/protocol/fqterm_local_socket.cpp"
includes the moc file "fqterm_local_socket.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/fqterm_socket_private.cpp"
includes the moc file "fqterm_socket_private.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/fqterm_ssh_socket.cpp"
includes the moc file "fqterm_ssh_socket.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh2_kex.cpp"
includes the moc file "fqterm_ssh2_kex.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh_auth.cpp"
includes the moc file "fqterm_ssh_auth.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh_channel.cpp"
includes the moc file "fqterm_ssh_channel.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh_kex.cpp"
includes the moc file "fqterm_ssh_kex.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh_packet.cpp"
includes the moc file "fqterm_ssh_packet.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc: /Users/xxx/fqterm/src/protocol/fqterm_local_socket.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/fqterm/src/protocol/fqterm_socket_private.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/fqterm/src/protocol/fqterm_ssh_socket.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/fqterm/src/protocol/internal/fqterm_ssh2_kex.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/fqterm/src/protocol/internal/fqterm_ssh_auth.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/fqterm/src/protocol/internal/fqterm_ssh_channel.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/fqterm/src/protocol/internal/fqterm_ssh_packet.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:0: Note: No relevant classes found. No output generated.
[ 11%] Built target fqterm_protocol_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/protocol/CMakeFiles/fqterm_protocol.dir/build.make src/protocol/CMakeFiles/fqterm_protocol.dir/depend
cd /Users/xxx/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/fqterm /Users/xxx/fqterm/src/protocol /Users/xxx/build /Users/xxx/build/src/protocol /Users/xxx/build/src/protocol/CMakeFiles/fqterm_protocol.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/protocol/CMakeFiles/fqterm_protocol.dir/build.make src/protocol/CMakeFiles/fqterm_protocol.dir/build
[ 12%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_protocol_autogen/mocs_compilation.cpp.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_protocol_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_protocol_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_protocol_autogen/mocs_compilation.cpp.o -c /Users/xxx/build/src/protocol/fqterm_protocol_autogen/mocs_compilation.cpp
[ 12%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_socket_private.cpp.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_socket_private.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_socket_private.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_socket_private.cpp.o -c /Users/xxx/fqterm/src/protocol/fqterm_socket_private.cpp
[ 13%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_telnet_socket.cpp.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_telnet_socket.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_telnet_socket.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_telnet_socket.cpp.o -c /Users/xxx/fqterm/src/protocol/fqterm_telnet_socket.cpp
[ 14%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_local_socket.cpp.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_local_socket.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_local_socket.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_local_socket.cpp.o -c /Users/xxx/fqterm/src/protocol/fqterm_local_socket.cpp
/Users/xxx/fqterm/src/protocol/fqterm_local_socket.cpp:30:21: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
shell_process_->start(local_shell_bin->arg(QString::number(port), host),
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qprocess.h:164:5: note: 'start' has been explicitly marked deprecated here
QT_DEPRECATED_X(
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 15%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_ssh_socket.cpp.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_ssh_socket.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_ssh_socket.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_ssh_socket.cpp.o -c /Users/xxx/fqterm/src/protocol/fqterm_ssh_socket.cpp
[ 16%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/buffer.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/buffer.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/buffer.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/buffer.c.o -c /Users/xxx/fqterm/src/protocol/internal/buffer.c
[ 16%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_rsa.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_rsa.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_rsa.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_rsa.c.o -c /Users/xxx/fqterm/src/protocol/internal/ssh_rsa.c
/Users/xxx/fqterm/src/protocol/internal/ssh_rsa.c:10:13: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
RSA *rsa = RSA_new();
^
/usr/local/opt/openssl/include/openssl/rsa.h:201:1: note: 'RSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_rsa.c:49:2: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
RSA_set0_key(rsa, rsa_n, rsa_e, NULL);
^
/usr/local/opt/openssl/include/openssl/rsa.h:207:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_rsa.c:59:2: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
RSA_free(rsa);
^
/usr/local/opt/openssl/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_rsa.c:122:12: warning: 'RSA_verify' is deprecated [-Wdeprecated-declarations]
int res = RSA_verify(NID_sha1, s_H, SHA_DIGEST_LENGTH, sig, sig_len,
^
/usr/local/opt/openssl/include/openssl/rsa.h:351:1: note: 'RSA_verify' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m,
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_rsa.c:125:2: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
RSA_free(rsactx);
^
/usr/local/opt/openssl/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
5 warnings generated.
[ 17%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_crypto_common.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_crypto_common.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_crypto_common.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_crypto_common.c.o -c /Users/xxx/fqterm/src/protocol/internal/ssh_crypto_common.c
[ 18%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/all_ciphers.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/all_ciphers.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/all_ciphers.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/all_ciphers.c.o -c /Users/xxx/fqterm/src/protocol/internal/all_ciphers.c
[ 19%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_evp_cipher.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_evp_cipher.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_evp_cipher.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_evp_cipher.c.o -c /Users/xxx/fqterm/src/protocol/internal/ssh_evp_cipher.c
[ 20%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_3des-ssh1.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_3des-ssh1.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_3des-ssh1.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_3des-ssh1.c.o -c /Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c
/Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c:20:2: warning: 'DES_set_key' is deprecated [-Wdeprecated-declarations]
DES_set_key(key, &priv->d_key1);
^
/usr/local/opt/openssl/include/openssl/des.h:185:1: note: 'DES_set_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c:21:2: warning: 'DES_set_key' is deprecated [-Wdeprecated-declarations]
DES_set_key(key+1, &priv->d_key2);
^
/usr/local/opt/openssl/include/openssl/des.h:185:1: note: 'DES_set_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c:22:2: warning: 'DES_set_key' is deprecated [-Wdeprecated-declarations]
DES_set_key(key+2, &priv->d_key3);
^
/usr/local/opt/openssl/include/openssl/des.h:185:1: note: 'DES_set_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c:44:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(source, dest, len, &priv->d_key3, &priv->d_IV3, 0);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c:45:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(dest, dest, len, &priv->d_key2, &priv->d_IV2, 1);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c:46:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(dest, dest, len, &priv->d_key1, &priv->d_IV1, 0);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c:54:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(source, dest, len, &priv->d_key1, &priv->d_IV1, 1);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c:55:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(dest, dest, len, &priv->d_key2, &priv->d_IV2, 0);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_3des-ssh1.c:56:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(dest, dest, len, &priv->d_key3, &priv->d_IV3, 1);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
9 warnings generated.
[ 20%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_mac.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_mac.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_mac.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_mac.c.o -c /Users/xxx/fqterm/src/protocol/internal/ssh_mac.c
[ 21%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_pubkey_crypto.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_pubkey_crypto.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_pubkey_crypto.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_pubkey_crypto.c.o -c /Users/xxx/fqterm/src/protocol/internal/ssh_pubkey_crypto.c
/Users/xxx/fqterm/src/protocol/internal/ssh_pubkey_crypto.c:12:20: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
k->key.ssh_rsa = RSA_new();
^
/usr/local/opt/openssl/include/openssl/rsa.h:201:1: note: 'RSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_pubkey_crypto.c:22:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
RSA_free(k->key.ssh_rsa);
^
/usr/local/opt/openssl/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_pubkey_crypto.c:32:9: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
olen = RSA_size(k);
^
/usr/local/opt/openssl/include/openssl/rsa.h:204:1: note: 'RSA_size' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/fqterm/src/protocol/internal/ssh_pubkey_crypto.c:38:8: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations]
len = RSA_public_encrypt(ilen, inbuf, outbuf, k,
^
/usr/local/opt/openssl/include/openssl/rsa.h:281:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
4 warnings generated.
[ 22%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_diffie-hellman.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_diffie-hellman.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_diffie-hellman.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_diffie-hellman.c.o -c /Users/xxx/fqterm/src/protocol/internal/ssh_diffie-hellman.c
[ 23%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/crc32.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/crc32.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/crc32.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/crc32.c.o -c /Users/xxx/fqterm/src/protocol/internal/crc32.c
[ 24%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_packet.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_packet.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_packet.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_packet.c.o -c /Users/xxx/fqterm/src/protocol/internal/ssh_packet.c
[ 24%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/curve25519/smult.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/curve25519/smult.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/curve25519/smult.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/curve25519/smult.c.o -c /Users/xxx/fqterm/src/protocol/internal/curve25519/smult.c
[ 25%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/curve25519/base.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/curve25519/base.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/curve25519/base.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/curve25519/base.c.o -c /Users/xxx/fqterm/src/protocol/internal/curve25519/base.c
[ 26%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ccan_base64.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ccan_base64.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ccan_base64.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ccan_base64.c.o -c /Users/xxx/fqterm/src/protocol/internal/ccan_base64.c
[ 27%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o
cd /Users/xxx/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/build/src/protocol -I/Users/xxx/fqterm/src/protocol -I/Users/xxx/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/fqterm/src/protocol/internal -I/Users/xxx/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o -c /Users/xxx/fqterm/src/protocol/internal/ssh_known_hosts.c
/Users/xxx/fqterm/src/protocol/internal/ssh_known_hosts.c:122:35: error: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign]
base64_encode(buf, sizeof(buf), K_S, K_S_len);
^~~
/Users/xxx/fqterm/src/protocol/internal/ccan_base64.h:152:21: note: passing argument to parameter 'src' here
const char *src, size_t srclen)
^
/Users/xxx/fqterm/src/protocol/internal/ssh_known_hosts.c:152:34: error: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign]
base64_encode(buf, sizeof(buf), K_S, K_S_len);
^~~
/Users/xxx/fqterm/src/protocol/internal/ccan_base64.h:152:21: note: passing argument to parameter 'src' here
const char *src, size_t srclen)
^
2 errors generated.
make[2]: *** [src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o] Error 1
make[1]: *** [src/protocol/CMakeFiles/fqterm_protocol.dir/all] Error 2
make: *** [all] Error 2
有建议么?
刚刚修复了Clang的编译问题。 我是在这个 issue 之后加的 -Werror 编译选项的,原来的问题可能还没解决。
这次 make 结束后没有 error 了。但是还是有很多 warnings:
/usr/local/Cellar/cmake/3.22.1/bin/cmake -S/Users/xxx/temp/fqterm -B/Users/xxx/temp/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_progress_start /Users/xxx/temp/build/CMakeFiles /Users/xxx/temp/build//CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/common/CMakeFiles/fqterm_common_autogen.dir/build.make src/common/CMakeFiles/fqterm_common_autogen.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/common /Users/xxx/temp/build /Users/xxx/temp/build/src/common /Users/xxx/temp/build/src/common/CMakeFiles/fqterm_common_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/common/CMakeFiles/fqterm_common_autogen.dir/build.make src/common/CMakeFiles/fqterm_common_autogen.dir/build
[ 1%] Automatic MOC for target fqterm_common
cd /Users/xxx/temp/build/src/common && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/temp/build/src/common/CMakeFiles/fqterm_common_autogen.dir/AutogenInfo.json ""
AutoMoc warning
---------------
"SRC:/src/common/fqterm_shortcuthelper.cpp"
includes the moc file "fqterm_shortcuthelper.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/common/fqterm_sound.cpp"
includes the moc file "fqterm_sound.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc: /Users/xxx/temp/fqterm/src/common/fqterm_shortcuthelper.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/common/fqterm_sound.cpp:0: Note: No relevant classes found. No output generated.
[ 1%] Built target fqterm_common_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/common/CMakeFiles/fqterm_common.dir/build.make src/common/CMakeFiles/fqterm_common.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/common /Users/xxx/temp/build /Users/xxx/temp/build/src/common /Users/xxx/temp/build/src/common/CMakeFiles/fqterm_common.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/common/CMakeFiles/fqterm_common.dir/build.make src/common/CMakeFiles/fqterm_common.dir/build
[ 2%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o -c /Users/xxx/temp/build/src/common/fqterm_common_autogen/mocs_compilation.cpp
[ 2%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/common.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/common.cpp.o -MF CMakeFiles/fqterm_common.dir/common.cpp.o.d -o CMakeFiles/fqterm_common.dir/common.cpp.o -c /Users/xxx/temp/fqterm/src/common/common.cpp
[ 3%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o -c /Users/xxx/temp/fqterm/src/common/fqterm_trace.cpp
[ 4%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o -c /Users/xxx/temp/fqterm/src/common/fqterm_config.cpp
[ 5%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o -c /Users/xxx/temp/fqterm/src/common/fqterm_sound.cpp
[ 6%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o -c /Users/xxx/temp/fqterm/src/common/fqterm_param.cpp
[ 6%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o -c /Users/xxx/temp/fqterm/src/common/fqterm_path.cpp
/Users/xxx/temp/fqterm/src/common/fqterm_path.cpp:198:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
strSection.sprintf("bbs %d", i);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:392:5: note: 'sprintf' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use asprintf(), arg() or QTextStream instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/common/fqterm_path.cpp:214:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
strSection.sprintf("bbs %d", i);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:392:5: note: 'sprintf' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use asprintf(), arg() or QTextStream instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/common/fqterm_path.cpp:224:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
strSection.sprintf("bbs %d", n);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:392:5: note: 'sprintf' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use asprintf(), arg() or QTextStream instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/common/fqterm_path.cpp:402:16: warning: 'sprintf' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
strSection.sprintf("bbs %d", n);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:392:5: note: 'sprintf' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use asprintf(), arg() or QTextStream instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
4 warnings generated.
...
(接上)
...
[ 7%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o -c /Users/xxx/temp/fqterm/src/common/fqterm_font.cpp
/Users/xxx/temp/fqterm/src/common/fqterm_font.cpp:112:37: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
QStringList font_list = fonts.split(",", QString::SkipEmptyParts);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 8%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o -c /Users/xxx/temp/fqterm/src/common/fqterm_exif_extractor.cpp
[ 9%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o -c /Users/xxx/temp/fqterm/src/common/fqterm_filedialog.cpp
In file included from /Users/xxx/temp/fqterm/src/common/fqterm_filedialog.cpp:3:
/Users/xxx/temp/fqterm/src/common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 10%] Building CXX object src/common/CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o
cd /Users/xxx/temp/build/src/common && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/common -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/build/src/common/fqterm_common_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/common/CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o -MF CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o.d -o CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o -c /Users/xxx/temp/fqterm/src/common/fqterm_shortcuthelper.cpp
[ 10%] Linking CXX static library libfqterm_common.a
cd /Users/xxx/temp/build/src/common && /usr/local/Cellar/cmake/3.22.1/bin/cmake -P CMakeFiles/fqterm_common.dir/cmake_clean_target.cmake
cd /Users/xxx/temp/build/src/common && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/fqterm_common.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc libfqterm_common.a CMakeFiles/fqterm_common.dir/fqterm_common_autogen/mocs_compilation.cpp.o CMakeFiles/fqterm_common.dir/common.cpp.o CMakeFiles/fqterm_common.dir/fqterm_trace.cpp.o CMakeFiles/fqterm_common.dir/fqterm_config.cpp.o CMakeFiles/fqterm_common.dir/fqterm_sound.cpp.o CMakeFiles/fqterm_common.dir/fqterm_param.cpp.o CMakeFiles/fqterm_common.dir/fqterm_path.cpp.o CMakeFiles/fqterm_common.dir/fqterm_font.cpp.o CMakeFiles/fqterm_common.dir/fqterm_exif_extractor.cpp.o CMakeFiles/fqterm_common.dir/fqterm_filedialog.cpp.o CMakeFiles/fqterm_common.dir/fqterm_shortcuthelper.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libfqterm_common.a
[ 10%] Built target fqterm_common
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/utilities/CMakeFiles/fqterm_utilities_autogen.dir/build.make src/utilities/CMakeFiles/fqterm_utilities_autogen.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/utilities /Users/xxx/temp/build /Users/xxx/temp/build/src/utilities /Users/xxx/temp/build/src/utilities/CMakeFiles/fqterm_utilities_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/utilities/CMakeFiles/fqterm_utilities_autogen.dir/build.make src/utilities/CMakeFiles/fqterm_utilities_autogen.dir/build
[ 11%] Automatic MOC for target fqterm_utilities
cd /Users/xxx/temp/build/src/utilities && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/temp/build/src/utilities/CMakeFiles/fqterm_utilities_autogen.dir/AutogenInfo.json ""
AutoMoc warning
---------------
"SRC:/src/utilities/fqterm_http.cpp"
includes the moc file "fqterm_http.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc: /Users/xxx/temp/fqterm/src/utilities/fqterm_http.cpp:0: Note: No relevant classes found. No output generated.
[ 11%] Built target fqterm_utilities_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/utilities/CMakeFiles/fqterm_utilities.dir/build.make src/utilities/CMakeFiles/fqterm_utilities.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/utilities /Users/xxx/temp/build /Users/xxx/temp/build/src/utilities /Users/xxx/temp/build/src/utilities/CMakeFiles/fqterm_utilities.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/utilities/CMakeFiles/fqterm_utilities.dir/build.make src/utilities/CMakeFiles/fqterm_utilities.dir/build
[ 12%] Building CXX object src/utilities/CMakeFiles/fqterm_utilities.dir/fqterm_utilities_autogen/mocs_compilation.cpp.o
cd /Users/xxx/temp/build/src/utilities && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/utilities -I/Users/xxx/temp/fqterm/src/utilities -I/Users/xxx/temp/build/src/utilities/fqterm_utilities_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/utilities/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/utilities/CMakeFiles/fqterm_utilities.dir/fqterm_utilities_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm_utilities.dir/fqterm_utilities_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm_utilities.dir/fqterm_utilities_autogen/mocs_compilation.cpp.o -c /Users/xxx/temp/build/src/utilities/fqterm_utilities_autogen/mocs_compilation.cpp
[ 12%] Building CXX object src/utilities/CMakeFiles/fqterm_utilities.dir/fqterm_convert.cpp.o
cd /Users/xxx/temp/build/src/utilities && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/utilities -I/Users/xxx/temp/fqterm/src/utilities -I/Users/xxx/temp/build/src/utilities/fqterm_utilities_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/utilities/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/utilities/CMakeFiles/fqterm_utilities.dir/fqterm_convert.cpp.o -MF CMakeFiles/fqterm_utilities.dir/fqterm_convert.cpp.o.d -o CMakeFiles/fqterm_utilities.dir/fqterm_convert.cpp.o -c /Users/xxx/temp/fqterm/src/utilities/fqterm_convert.cpp
[ 13%] Building CXX object src/utilities/CMakeFiles/fqterm_utilities.dir/fqterm_http.cpp.o
cd /Users/xxx/temp/build/src/utilities && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/utilities -I/Users/xxx/temp/fqterm/src/utilities -I/Users/xxx/temp/build/src/utilities/fqterm_utilities_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/utilities/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/utilities/CMakeFiles/fqterm_utilities.dir/fqterm_http.cpp.o -MF CMakeFiles/fqterm_utilities.dir/fqterm_http.cpp.o.d -o CMakeFiles/fqterm_utilities.dir/fqterm_http.cpp.o -c /Users/xxx/temp/fqterm/src/utilities/fqterm_http.cpp
In file included from /Users/xxx/temp/fqterm/src/utilities/fqterm_http.cpp:7:
/Users/xxx/temp/fqterm/src/utilities/../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 14%] Building CXX object src/utilities/CMakeFiles/fqterm_utilities.dir/fqterm_ip_location.cpp.o
cd /Users/xxx/temp/build/src/utilities && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/utilities -I/Users/xxx/temp/fqterm/src/utilities -I/Users/xxx/temp/build/src/utilities/fqterm_utilities_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/utilities/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/utilities/CMakeFiles/fqterm_utilities.dir/fqterm_ip_location.cpp.o -MF CMakeFiles/fqterm_utilities.dir/fqterm_ip_location.cpp.o.d -o CMakeFiles/fqterm_utilities.dir/fqterm_ip_location.cpp.o -c /Users/xxx/temp/fqterm/src/utilities/fqterm_ip_location.cpp
[ 15%] Building CXX object src/utilities/CMakeFiles/fqterm_utilities.dir/fqwcwidth.cpp.o
cd /Users/xxx/temp/build/src/utilities && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/utilities -I/Users/xxx/temp/fqterm/src/utilities -I/Users/xxx/temp/build/src/utilities/fqterm_utilities_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/utilities/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/utilities/CMakeFiles/fqterm_utilities.dir/fqwcwidth.cpp.o -MF CMakeFiles/fqterm_utilities.dir/fqwcwidth.cpp.o.d -o CMakeFiles/fqterm_utilities.dir/fqwcwidth.cpp.o -c /Users/xxx/temp/fqterm/src/utilities/fqwcwidth.cpp
[ 16%] Linking CXX static library libfqterm_utilities.a
cd /Users/xxx/temp/build/src/utilities && /usr/local/Cellar/cmake/3.22.1/bin/cmake -P CMakeFiles/fqterm_utilities.dir/cmake_clean_target.cmake
cd /Users/xxx/temp/build/src/utilities && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/fqterm_utilities.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc libfqterm_utilities.a CMakeFiles/fqterm_utilities.dir/fqterm_utilities_autogen/mocs_compilation.cpp.o CMakeFiles/fqterm_utilities.dir/fqterm_convert.cpp.o CMakeFiles/fqterm_utilities.dir/fqterm_http.cpp.o CMakeFiles/fqterm_utilities.dir/fqterm_ip_location.cpp.o CMakeFiles/fqterm_utilities.dir/fqwcwidth.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libfqterm_utilities.a
[ 16%] Built target fqterm_utilities
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/build.make src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/protocol /Users/xxx/temp/build /Users/xxx/temp/build/src/protocol /Users/xxx/temp/build/src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/build.make src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/build
[ 17%] Automatic MOC for target fqterm_protocol
cd /Users/xxx/temp/build/src/protocol && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/temp/build/src/protocol/CMakeFiles/fqterm_protocol_autogen.dir/AutogenInfo.json ""
AutoMoc warning
...
(接上)
...
---------------
"SRC:/src/protocol/fqterm_local_socket.cpp"
includes the moc file "fqterm_local_socket.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/fqterm_socket_private.cpp"
includes the moc file "fqterm_socket_private.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/fqterm_ssh_socket.cpp"
includes the moc file "fqterm_ssh_socket.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh2_kex.cpp"
includes the moc file "fqterm_ssh2_kex.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh_auth.cpp"
includes the moc file "fqterm_ssh_auth.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh_channel.cpp"
includes the moc file "fqterm_ssh_channel.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh_kex.cpp"
includes the moc file "fqterm_ssh_kex.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/protocol/internal/fqterm_ssh_packet.cpp"
includes the moc file "fqterm_ssh_packet.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc: /Users/xxx/temp/fqterm/src/protocol/fqterm_local_socket.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/protocol/fqterm_socket_private.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/protocol/fqterm_ssh_socket.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh2_kex.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_auth.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_channel.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_packet.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:0: Note: No relevant classes found. No output generated.
[ 17%] Built target fqterm_protocol_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/protocol/CMakeFiles/fqterm_protocol.dir/build.make src/protocol/CMakeFiles/fqterm_protocol.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/protocol /Users/xxx/temp/build /Users/xxx/temp/build/src/protocol /Users/xxx/temp/build/src/protocol/CMakeFiles/fqterm_protocol.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/protocol/CMakeFiles/fqterm_protocol.dir/build.make src/protocol/CMakeFiles/fqterm_protocol.dir/build
[ 18%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_protocol_autogen/mocs_compilation.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_protocol_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_protocol_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_protocol_autogen/mocs_compilation.cpp.o -c /Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/mocs_compilation.cpp
[ 18%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_socket_private.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_socket_private.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_socket_private.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_socket_private.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/fqterm_socket_private.cpp
[ 19%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_telnet_socket.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_telnet_socket.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_telnet_socket.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_telnet_socket.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/fqterm_telnet_socket.cpp
[ 20%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_local_socket.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_local_socket.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_local_socket.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_local_socket.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/fqterm_local_socket.cpp
/Users/xxx/temp/fqterm/src/protocol/fqterm_local_socket.cpp:30:21: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
shell_process_->start(local_shell_bin->arg(QString::number(port), host),
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qprocess.h:164:5: note: 'start' has been explicitly marked deprecated here
QT_DEPRECATED_X(
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 21%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_ssh_socket.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/fqterm_ssh_socket.cpp.o -MF CMakeFiles/fqterm_protocol.dir/fqterm_ssh_socket.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/fqterm_ssh_socket.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/fqterm_ssh_socket.cpp
[ 22%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/buffer.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/buffer.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/buffer.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/buffer.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/buffer.c
[ 22%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_rsa.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_rsa.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_rsa.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_rsa.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ssh_rsa.c
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_rsa.c:10:13: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
RSA *rsa = RSA_new();
^
/usr/local/opt/openssl/include/openssl/rsa.h:201:1: note: 'RSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_rsa.c:49:2: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
RSA_set0_key(rsa, rsa_n, rsa_e, NULL);
^
/usr/local/opt/openssl/include/openssl/rsa.h:207:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_rsa.c:59:2: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
RSA_free(rsa);
^
/usr/local/opt/openssl/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_rsa.c:122:12: warning: 'RSA_verify' is deprecated [-Wdeprecated-declarations]
int res = RSA_verify(NID_sha1, s_H, SHA_DIGEST_LENGTH, sig, sig_len,
^
/usr/local/opt/openssl/include/openssl/rsa.h:351:1: note: 'RSA_verify' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m,
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_rsa.c:125:2: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
RSA_free(rsactx);
^
/usr/local/opt/openssl/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
5 warnings generated.
[ 23%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_crypto_common.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_crypto_common.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_crypto_common.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_crypto_common.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ssh_crypto_common.c
[ 24%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/all_ciphers.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/all_ciphers.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/all_ciphers.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/all_ciphers.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/all_ciphers.c
[ 25%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_evp_cipher.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_evp_cipher.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_evp_cipher.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_evp_cipher.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ssh_evp_cipher.c
[ 26%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_3des-ssh1.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_3des-ssh1.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_3des-ssh1.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_3des-ssh1.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c:20:2: warning: 'DES_set_key' is deprecated [-Wdeprecated-declarations]
DES_set_key(key, &priv->d_key1);
^
/usr/local/opt/openssl/include/openssl/des.h:185:1: note: 'DES_set_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c:21:2: warning: 'DES_set_key' is deprecated [-Wdeprecated-declarations]
DES_set_key(key+1, &priv->d_key2);
^
/usr/local/opt/openssl/include/openssl/des.h:185:1: note: 'DES_set_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c:22:2: warning: 'DES_set_key' is deprecated [-Wdeprecated-declarations]
DES_set_key(key+2, &priv->d_key3);
^
/usr/local/opt/openssl/include/openssl/des.h:185:1: note: 'DES_set_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c:44:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(source, dest, len, &priv->d_key3, &priv->d_IV3, 0);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c:45:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(dest, dest, len, &priv->d_key2, &priv->d_IV2, 1);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c:46:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(dest, dest, len, &priv->d_key1, &priv->d_IV1, 0);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c:54:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(source, dest, len, &priv->d_key1, &priv->d_IV1, 1);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c:55:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(dest, dest, len, &priv->d_key2, &priv->d_IV2, 0);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_3des-ssh1.c:56:2: warning: 'DES_ncbc_encrypt' is deprecated [-Wdeprecated-declarations]
DES_ncbc_encrypt(dest, dest, len, &priv->d_key3, &priv->d_IV3, 1);
^
/usr/local/opt/openssl/include/openssl/des.h:92:1: note: 'DES_ncbc_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
9 warnings generated.
...
(接上)
...
[ 26%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_mac.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_mac.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_mac.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_mac.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ssh_mac.c
[ 27%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_pubkey_crypto.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_pubkey_crypto.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_pubkey_crypto.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_pubkey_crypto.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ssh_pubkey_crypto.c
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_pubkey_crypto.c:12:20: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
k->key.ssh_rsa = RSA_new();
^
/usr/local/opt/openssl/include/openssl/rsa.h:201:1: note: 'RSA_new' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_pubkey_crypto.c:22:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
RSA_free(k->key.ssh_rsa);
^
/usr/local/opt/openssl/include/openssl/rsa.h:293:1: note: 'RSA_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_pubkey_crypto.c:32:9: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
olen = RSA_size(k);
^
/usr/local/opt/openssl/include/openssl/rsa.h:204:1: note: 'RSA_size' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_pubkey_crypto.c:38:8: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations]
len = RSA_public_encrypt(ilen, inbuf, outbuf, k,
^
/usr/local/opt/openssl/include/openssl/rsa.h:281:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
4 warnings generated.
[ 28%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_diffie-hellman.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_diffie-hellman.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_diffie-hellman.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_diffie-hellman.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ssh_diffie-hellman.c
[ 29%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/crc32.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/crc32.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/crc32.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/crc32.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/crc32.c
[ 30%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_packet.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_packet.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_packet.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_packet.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ssh_packet.c
[ 30%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/curve25519/smult.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/curve25519/smult.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/curve25519/smult.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/curve25519/smult.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/curve25519/smult.c
[ 31%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/curve25519/base.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/curve25519/base.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/curve25519/base.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/curve25519/base.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/curve25519/base.c
[ 32%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ccan_base64.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ccan_base64.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ccan_base64.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ccan_base64.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ccan_base64.c
[ 33%] Building C object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o -MF CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o.d -o CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o -c /Users/xxx/temp/fqterm/src/protocol/internal/ssh_known_hosts.c
[ 34%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_auth.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_auth.cpp.o -MF CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_auth.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_auth.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_auth.cpp
[ 34%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_kex.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_kex.cpp.o -MF CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_kex.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_kex.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp
/Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:87:3: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
ssh_pubkey_setrsa(server_key_, server_rsa_n, server_rsa_e, NULL);
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_pubkey_crypto.h:36:36: note: expanded from macro 'ssh_pubkey_setrsa'
#define ssh_pubkey_setrsa(k,n,e,d) RSA_set0_key(k->key.ssh_rsa, n, e, d)
^
/usr/local/opt/openssl/include/openssl/rsa.h:207:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:104:3: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
ssh_pubkey_setrsa(host_key_, host_rsa_n, host_rsa_e, NULL);
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_pubkey_crypto.h:36:36: note: expanded from macro 'ssh_pubkey_setrsa'
#define ssh_pubkey_setrsa(k,n,e,d) RSA_set0_key(k->key.ssh_rsa, n, e, d)
^
/usr/local/opt/openssl/include/openssl/rsa.h:207:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:183:3: warning: 'MD5_Init' is deprecated [-Wdeprecated-declarations]
MD5_Init(&ctx);
^
/usr/local/opt/openssl/include/openssl/md5.h:49:1: note: 'MD5_Init' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:184:3: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]
ssh_pubkey_getrsa(server_key_, &server_n, &e, &d);
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_pubkey_crypto.h:37:36: note: expanded from macro 'ssh_pubkey_getrsa'
#define ssh_pubkey_getrsa(k,n,e,d) RSA_get0_key(k->key.ssh_rsa, n, e, d)
^
/usr/local/opt/openssl/include/openssl/rsa.h:217:1: note: 'RSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:185:3: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations]
ssh_pubkey_getrsa(host_key_, &host_n, &e, &d);
^
/Users/xxx/temp/fqterm/src/protocol/internal/ssh_pubkey_crypto.h:37:36: note: expanded from macro 'ssh_pubkey_getrsa'
#define ssh_pubkey_getrsa(k,n,e,d) RSA_get0_key(k->key.ssh_rsa, n, e, d)
^
/usr/local/opt/openssl/include/openssl/rsa.h:217:1: note: 'RSA_get0_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:194:3: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
MD5_Update(&ctx, p, servlen+hostlen);
^
/usr/local/opt/openssl/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:195:3: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
MD5_Update(&ctx, cookie_, 8);
^
/usr/local/opt/openssl/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
/Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_kex.cpp:196:3: warning: 'MD5_Final' is deprecated [-Wdeprecated-declarations]
MD5_Final(session_id_, &ctx);
^
/usr/local/opt/openssl/include/openssl/md5.h:51:1: note: 'MD5_Final' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
^
/usr/local/opt/openssl/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
# define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
^
/usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
# define OSSL_DEPRECATED(since) __attribute__((deprecated))
^
8 warnings generated.
[ 35%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_kex.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_kex.cpp.o -MF CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_kex.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_kex.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh2_kex.cpp
[ 36%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_packet.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_packet.cpp.o -MF CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_packet.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_packet.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_packet.cpp
[ 37%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh1_packet.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh1_packet.cpp.o -MF CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh1_packet.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh1_packet.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh1_packet.cpp
[ 38%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_packet.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_packet.cpp.o -MF CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_packet.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_packet.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh2_packet.cpp
[ 39%] Building CXX object src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_channel.cpp.o
cd /Users/xxx/temp/build/src/protocol && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -I/Users/xxx/temp/build/src/protocol -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/build/src/protocol/fqterm_protocol_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/usr/local/opt/openssl/include -I/Users/xxx/temp/fqterm/src/protocol/internal -I/Users/xxx/temp/fqterm/src/protocol/../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/protocol/CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_channel.cpp.o -MF CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_channel.cpp.o.d -o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_channel.cpp.o -c /Users/xxx/temp/fqterm/src/protocol/internal/fqterm_ssh_channel.cpp
[ 39%] Linking CXX static library libfqterm_protocol.a
cd /Users/xxx/temp/build/src/protocol && /usr/local/Cellar/cmake/3.22.1/bin/cmake -P CMakeFiles/fqterm_protocol.dir/cmake_clean_target.cmake
cd /Users/xxx/temp/build/src/protocol && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/fqterm_protocol.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc libfqterm_protocol.a CMakeFiles/fqterm_protocol.dir/fqterm_protocol_autogen/mocs_compilation.cpp.o CMakeFiles/fqterm_protocol.dir/fqterm_socket_private.cpp.o CMakeFiles/fqterm_protocol.dir/fqterm_telnet_socket.cpp.o CMakeFiles/fqterm_protocol.dir/fqterm_local_socket.cpp.o CMakeFiles/fqterm_protocol.dir/fqterm_ssh_socket.cpp.o CMakeFiles/fqterm_protocol.dir/internal/buffer.c.o CMakeFiles/fqterm_protocol.dir/internal/ssh_rsa.c.o CMakeFiles/fqterm_protocol.dir/internal/ssh_crypto_common.c.o CMakeFiles/fqterm_protocol.dir/internal/all_ciphers.c.o CMakeFiles/fqterm_protocol.dir/internal/ssh_evp_cipher.c.o CMakeFiles/fqterm_protocol.dir/internal/ssh_3des-ssh1.c.o CMakeFiles/fqterm_protocol.dir/internal/ssh_mac.c.o CMakeFiles/fqterm_protocol.dir/internal/ssh_pubkey_crypto.c.o CMakeFiles/fqterm_protocol.dir/internal/ssh_diffie-hellman.c.o CMakeFiles/fqterm_protocol.dir/internal/crc32.c.o CMakeFiles/fqterm_protocol.dir/internal/ssh_packet.c.o CMakeFiles/fqterm_protocol.dir/internal/curve25519/smult.c.o CMakeFiles/fqterm_protocol.dir/internal/curve25519/base.c.o CMakeFiles/fqterm_protocol.dir/internal/ccan_base64.c.o CMakeFiles/fqterm_protocol.dir/internal/ssh_known_hosts.c.o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_auth.cpp.o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_kex.cpp.o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_kex.cpp.o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_packet.cpp.o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh1_packet.cpp.o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh2_packet.cpp.o CMakeFiles/fqterm_protocol.dir/internal/fqterm_ssh_channel.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libfqterm_protocol.a
[ 39%] Built target fqterm_protocol
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/ui/CMakeFiles/fqterm_ui_autogen.dir/build.make src/ui/CMakeFiles/fqterm_ui_autogen.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/ui /Users/xxx/temp/build /Users/xxx/temp/build/src/ui /Users/xxx/temp/build/src/ui/CMakeFiles/fqterm_ui_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/ui/CMakeFiles/fqterm_ui_autogen.dir/build.make src/ui/CMakeFiles/fqterm_ui_autogen.dir/build
...
(接上)
[ 40%] Automatic MOC for target fqterm_ui
cd /Users/xxx/temp/build/src/ui && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/temp/build/src/ui/CMakeFiles/fqterm_ui_autogen.dir/AutogenInfo.json ""
AutoMoc warning
---------------
"SRC:/src/ui/aboutdialog.cpp"
includes the moc file "aboutdialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/addrdialog.cpp"
includes the moc file "addrdialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/articledialog.cpp"
includes the moc file "articledialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/defineescape.cpp"
includes the moc file "defineescape.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/fqterm_time_label.cpp"
includes the moc file "fqterm_time_label.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/fqterm_tool_button.cpp"
includes the moc file "fqterm_tool_button.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/iplookup.cpp"
includes the moc file "iplookup.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/keydialog.cpp"
includes the moc file "keydialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/msgdialog.cpp"
includes the moc file "msgdialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/osdmessage.cpp"
includes the moc file "osdmessage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/popupMessage.cpp"
includes the moc file "popupMessage.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/popwidget.cpp"
includes the moc file "popwidget.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/prefdialog.cpp"
includes the moc file "prefdialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/quickdialog.cpp"
includes the moc file "quickdialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/schemadialog.cpp"
includes the moc file "schemadialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/shortcutdialog.cpp"
includes the moc file "shortcutdialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/sitemanager.cpp"
includes the moc file "sitemanager.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/soundconf.cpp"
includes the moc file "soundconf.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/sshlogindialog.cpp"
includes the moc file "sshlogindialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/statusBar.cpp"
includes the moc file "statusBar.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/zmodemdialog.cpp"
includes the moc file "zmodemdialog.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/aboutdialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/addrdialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/fqterm_time_label.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/articledialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/msgdialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/defineescape.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/fqterm_tool_button.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/iplookup.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/keydialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/osdmessage.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/popwidget.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/popupMessage.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/prefdialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/quickdialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/schemadialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/soundconf.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/sitemanager.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/shortcutdialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/sshlogindialog.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/statusBar.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/zmodemdialog.cpp:0: Note: No relevant classes found. No output generated.
[ 40%] Built target fqterm_ui_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/ui/CMakeFiles/fqterm_ui.dir/build.make src/ui/CMakeFiles/fqterm_ui.dir/depend
[ 41%] Generating ui_zmodemdialog.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_zmodemdialog.h /Users/xxx/temp/fqterm/src/ui/zmodemdialog.ui
[ 41%] Generating ui_aboutdialog.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_aboutdialog.h /Users/xxx/temp/fqterm/src/ui/aboutdialog.ui
[ 42%] Generating ui_addrdialog.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_addrdialog.h /Users/xxx/temp/fqterm/src/ui/addrdialog.ui
/Users/xxx/temp/fqterm/src/ui/addrdialog.ui: Warning: The name 'gridLayout' (QGridLayout) is already in use, defaulting to 'gridLayout6'.
[ 43%] Generating ui_articledialog.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_articledialog.h /Users/xxx/temp/fqterm/src/ui/articledialog.ui
[ 44%] Generating ui_defineescape.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_defineescape.h /Users/xxx/temp/fqterm/src/ui/defineescape.ui
[ 45%] Generating ui_iplookup.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_iplookup.h /Users/xxx/temp/fqterm/src/ui/iplookup.ui
[ 46%] Generating ui_keydialog.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_keydialog.h /Users/xxx/temp/fqterm/src/ui/keydialog.ui
[ 47%] Generating ui_msgdialog.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_msgdialog.h /Users/xxx/temp/fqterm/src/ui/msgdialog.ui
[ 47%] Generating ui_prefdialog.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_prefdialog.h /Users/xxx/temp/fqterm/src/ui/prefdialog.ui
/Users/xxx/temp/fqterm/src/ui/prefdialog.ui: Warning: The name 'gridLayout' (QGridLayout) is already in use, defaulting to 'gridLayout1'.
[ 48%] Generating ui_quickdialog.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_quickdialog.h /Users/xxx/temp/fqterm/src/ui/quickdialog.ui
[ 49%] Generating ui_schemadialog.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_schemadialog.h /Users/xxx/temp/fqterm/src/ui/schemadialog.ui
/Users/xxx/temp/fqterm/src/ui/schemadialog.ui: Warning: The name 'gridLayout' (QGridLayout) is already in use, defaulting to 'gridLayout2'.
[ 50%] Generating ui_sitemanager.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_sitemanager.h /Users/xxx/temp/fqterm/src/ui/sitemanager.ui
[ 51%] Generating ui_soundconf.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_soundconf.h /Users/xxx/temp/fqterm/src/ui/soundconf.ui
[ 51%] Generating ui_sshlogin.h
cd /Users/xxx/temp/build/src/ui && /usr/local/opt/qt5/bin/uic -o /Users/xxx/temp/build/src/ui/ui_sshlogin.h /Users/xxx/temp/fqterm/src/ui/sshlogin.ui
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/ui /Users/xxx/temp/build /Users/xxx/temp/build/src/ui /Users/xxx/temp/build/src/ui/CMakeFiles/fqterm_ui.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/ui/CMakeFiles/fqterm_ui.dir/build.make src/ui/CMakeFiles/fqterm_ui.dir/build
[ 52%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/fqterm_ui_autogen/mocs_compilation.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/fqterm_ui_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm_ui.dir/fqterm_ui_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm_ui.dir/fqterm_ui_autogen/mocs_compilation.cpp.o -c /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:2:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_aboutdialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/aboutdialog.h:13:52: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
aboutDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:3:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_addrdialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/addrdialog.h:20:58: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
int buttons = SAVE | APPLY, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:4:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_articledialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/articledialog.h:16:71: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
articleDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:5:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_defineescape.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/defineescape.h:13:77: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
DefineEscapeDialog(QString& strEsc, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:6:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_fqterm_time_label.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/fqterm_time_label.h:16:74: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermTimeLabel(QWidget *parent, const char *name = 0, Qt::WindowFlags f = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:8:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_iplookup.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/iplookup.h:13:56: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
IPLookupDialog(QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:9:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_keydialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/keydialog.h:16:67: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
keyDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:10:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_msgdialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/msgdialog.h:11:50: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
msgDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:14:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_prefdialog.cpp:10:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/prefdialog.h:8:
/Users/xxx/temp/fqterm/src/ui/../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:14:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_prefdialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/prefdialog.h:19:68: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
prefDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:15:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_quickdialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/quickdialog.h:21:69: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
quickDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:16:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_schemadialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/schemadialog.h:15:53: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
schemaDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:18:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_sitemanager.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/sitemanager.h:20:52: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
siteDialog(QWidget *parent_ = 0, Qt::WindowFlags fl = 0);;
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:19:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_soundconf.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/soundconf.h:18:67: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
soundConf(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:20:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_sshlogindialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/sshlogindialog.h:14:56: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/mocs_compilation.cpp:22:
In file included from /Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/moc_zmodemdialog.cpp:10:
/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/EWIEGA46WW/../../../../../fqterm/src/ui/zmodemdialog.h:13:54: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
zmodemDialog(QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
16 warnings generated.
[ 53%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/aboutdialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/aboutdialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/aboutdialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/aboutdialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/aboutdialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/aboutdialog.cpp:11:
/Users/xxx/temp/fqterm/src/ui/aboutdialog.h:13:52: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
aboutDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 53%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/addrdialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/addrdialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/addrdialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/addrdialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/addrdialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/addrdialog.cpp:17:
/Users/xxx/temp/fqterm/src/ui/addrdialog.h:20:58: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
int buttons = SAVE | APPLY, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/ui/addrdialog.cpp:18:
/Users/xxx/temp/fqterm/src/ui/schemadialog.h:15:53: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
schemaDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
2 warnings generated.
[ 54%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/articledialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/articledialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/articledialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/articledialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/articledialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/articledialog.cpp:3:
/Users/xxx/temp/fqterm/src/ui/articledialog.h:16:71: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
articleDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/ui/articledialog.cpp:9:
/Users/xxx/temp/fqterm/src/ui/../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/articledialog.cpp:75:28: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
this, 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
3 warnings generated.
[ 55%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/keydialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/keydialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/keydialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/keydialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/keydialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/keydialog.cpp:9:
/Users/xxx/temp/fqterm/src/ui/keydialog.h:16:67: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
keyDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 56%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/msgdialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/msgdialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/msgdialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/msgdialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/msgdialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/msgdialog.cpp:5:
/Users/xxx/temp/fqterm/src/ui/msgdialog.h:11:50: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
msgDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 57%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/prefdialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/prefdialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/prefdialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/prefdialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/prefdialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/prefdialog.cpp:11:
In file included from /Users/xxx/temp/fqterm/src/ui/prefdialog.h:8:
/Users/xxx/temp/fqterm/src/ui/../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/ui/prefdialog.cpp:11:
/Users/xxx/temp/fqterm/src/ui/prefdialog.h:19:68: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
prefDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/ui/prefdialog.cpp:12:
/Users/xxx/temp/fqterm/src/ui/soundconf.h:18:67: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
soundConf(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
3 warnings generated.
[ 57%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/quickdialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/quickdialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/quickdialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/quickdialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/quickdialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/quickdialog.cpp:16:
/Users/xxx/temp/fqterm/src/ui/addrdialog.h:20:58: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
int buttons = SAVE | APPLY, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/ui/quickdialog.cpp:17:
/Users/xxx/temp/fqterm/src/ui/quickdialog.h:21:69: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
quickDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
2 warnings generated.
[ 58%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/schemadialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/schemadialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/schemadialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/schemadialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/schemadialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/schemadialog.cpp:12:
/Users/xxx/temp/fqterm/src/ui/schemadialog.h:15:53: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
schemaDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 59%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/soundconf.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/soundconf.cpp.o -MF CMakeFiles/fqterm_ui.dir/soundconf.cpp.o.d -o CMakeFiles/fqterm_ui.dir/soundconf.cpp.o -c /Users/xxx/temp/fqterm/src/ui/soundconf.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/soundconf.cpp:11:
In file included from /Users/xxx/temp/fqterm/src/ui/soundconf.h:8:
/Users/xxx/temp/fqterm/src/ui/../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/ui/soundconf.cpp:11:
/Users/xxx/temp/fqterm/src/ui/soundconf.h:18:67: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
soundConf(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
2 warnings generated.
(接上)
[ 60%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/sshlogindialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/sshlogindialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/sshlogindialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/sshlogindialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/sshlogindialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/sshlogindialog.cpp:7:
/Users/xxx/temp/fqterm/src/ui/sshlogindialog.h:14:56: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 61%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/zmodemdialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/zmodemdialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/zmodemdialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/zmodemdialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/zmodemdialog.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/zmodemdialog.cpp:6:
/Users/xxx/temp/fqterm/src/ui/zmodemdialog.h:13:54: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
zmodemDialog(QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 61%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/osdmessage.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/osdmessage.cpp.o -MF CMakeFiles/fqterm_ui.dir/osdmessage.cpp.o.d -o CMakeFiles/fqterm_ui.dir/osdmessage.cpp.o -c /Users/xxx/temp/fqterm/src/ui/osdmessage.cpp
/Users/xxx/temp/fqterm/src/ui/osdmessage.cpp:131:15: warning: 'drawRoundRect' is deprecated: Use drawRoundedRect(..., Qt::RelativeSize) instead [-Wdeprecated-declarations]
maskPainter.drawRoundRect(geometry, 1600 / geometry.width(), 1600 /
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qpainter.h:379:5: note: 'drawRoundRect' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use drawRoundedRect(..., Qt::RelativeSize) instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/osdmessage.cpp:139:17: warning: 'drawRoundRect' is deprecated: Use drawRoundedRect(..., Qt::RelativeSize) instead [-Wdeprecated-declarations]
bufferPainter.drawRoundRect(geometry, 1600 / geometry.width(), 1600 /
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qpainter.h:379:5: note: 'drawRoundRect' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use drawRoundedRect(..., Qt::RelativeSize) instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/osdmessage.cpp:149:58: warning: 'dark' is deprecated: Use QColor::darker() instead [-Wdeprecated-declarations]
bufferPainter.setPen(palette().color(QPalette::Window).dark(115));
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qcolor.h:234:5: note: 'dark' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QColor::darker() instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
3 warnings generated.
[ 62%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/overlayWidget.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/overlayWidget.cpp.o -MF CMakeFiles/fqterm_ui.dir/overlayWidget.cpp.o.d -o CMakeFiles/fqterm_ui.dir/overlayWidget.cpp.o -c /Users/xxx/temp/fqterm/src/ui/overlayWidget.cpp
[ 63%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/popupMessage.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/popupMessage.cpp.o -MF CMakeFiles/fqterm_ui.dir/popupMessage.cpp.o.d -o CMakeFiles/fqterm_ui.dir/popupMessage.cpp.o -c /Users/xxx/temp/fqterm/src/ui/popupMessage.cpp
/Users/xxx/temp/fqterm/src/ui/popupMessage.cpp:51:48: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
countDownFrame_->setFixedWidth(fontMetrics().width("X"));
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/popupMessage.cpp:55:43: warning: 'dark' is deprecated: Use QColor::darker() instead [-Wdeprecated-declarations]
(QPalette::Window).dark());
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qcolor.h:234:5: note: 'dark' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QColor::darker() instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
2 warnings generated.
[ 64%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/popwidget.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/popwidget.cpp.o -MF CMakeFiles/fqterm_ui.dir/popwidget.cpp.o.d -o CMakeFiles/fqterm_ui.dir/popwidget.cpp.o -c /Users/xxx/temp/fqterm/src/ui/popwidget.cpp
[ 65%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/progressBar.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/progressBar.cpp.o -MF CMakeFiles/fqterm_ui.dir/progressBar.cpp.o.d -o CMakeFiles/fqterm_ui.dir/progressBar.cpp.o -c /Users/xxx/temp/fqterm/src/ui/progressBar.cpp
[ 65%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/fqterm_time_label.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/fqterm_time_label.cpp.o -MF CMakeFiles/fqterm_ui.dir/fqterm_time_label.cpp.o.d -o CMakeFiles/fqterm_ui.dir/fqterm_time_label.cpp.o -c /Users/xxx/temp/fqterm/src/ui/fqterm_time_label.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/fqterm_time_label.cpp:3:
/Users/xxx/temp/fqterm/src/ui/fqterm_time_label.h:16:74: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermTimeLabel(QWidget *parent, const char *name = 0, Qt::WindowFlags f = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/fqterm_time_label.cpp:16:17: warning: 'start' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
currentTime_->start();
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qdatetime.h:235:5: note: 'start' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
2 warnings generated.
[ 66%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/fqterm_tool_button.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/fqterm_tool_button.cpp.o -MF CMakeFiles/fqterm_ui.dir/fqterm_tool_button.cpp.o.d -o CMakeFiles/fqterm_ui.dir/fqterm_tool_button.cpp.o -c /Users/xxx/temp/fqterm/src/ui/fqterm_tool_button.cpp
[ 67%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/shortcutdialog.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/shortcutdialog.cpp.o -MF CMakeFiles/fqterm_ui.dir/shortcutdialog.cpp.o.d -o CMakeFiles/fqterm_ui.dir/shortcutdialog.cpp.o -c /Users/xxx/temp/fqterm/src/ui/shortcutdialog.cpp
[ 68%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/statusBar.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/statusBar.cpp.o -MF CMakeFiles/fqterm_ui.dir/statusBar.cpp.o.d -o CMakeFiles/fqterm_ui.dir/statusBar.cpp.o -c /Users/xxx/temp/fqterm/src/ui/statusBar.cpp
[ 69%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/sitemanager.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/sitemanager.cpp.o -MF CMakeFiles/fqterm_ui.dir/sitemanager.cpp.o.d -o CMakeFiles/fqterm_ui.dir/sitemanager.cpp.o -c /Users/xxx/temp/fqterm/src/ui/sitemanager.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/sitemanager.cpp:18:
In file included from /Users/xxx/temp/fqterm/src/ui/sitemanager.h:6:
/Users/xxx/temp/fqterm/src/ui/addrdialog.h:20:58: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
int buttons = SAVE | APPLY, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/ui/sitemanager.cpp:18:
/Users/xxx/temp/fqterm/src/ui/sitemanager.h:20:52: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
siteDialog(QWidget *parent_ = 0, Qt::WindowFlags fl = 0);;
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
2 warnings generated.
[ 69%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/iplookup.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/iplookup.cpp.o -MF CMakeFiles/fqterm_ui.dir/iplookup.cpp.o.d -o CMakeFiles/fqterm_ui.dir/iplookup.cpp.o -c /Users/xxx/temp/fqterm/src/ui/iplookup.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/iplookup.cpp:3:
/Users/xxx/temp/fqterm/src/ui/iplookup.h:13:56: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
IPLookupDialog(QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 70%] Building CXX object src/ui/CMakeFiles/fqterm_ui.dir/defineescape.cpp.o
cd /Users/xxx/temp/build/src/ui && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui -I/Users/xxx/temp/fqterm/src/ui -I/Users/xxx/temp/build/src/ui/fqterm_ui_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/../common -I/Users/xxx/temp/fqterm/src/ui/../utilities -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -D FQTERM_GIT_REVISION=\"0.9.10.1-12-g9c77a47\" -fPIC -std=gnu++11 -MD -MT src/ui/CMakeFiles/fqterm_ui.dir/defineescape.cpp.o -MF CMakeFiles/fqterm_ui.dir/defineescape.cpp.o.d -o CMakeFiles/fqterm_ui.dir/defineescape.cpp.o -c /Users/xxx/temp/fqterm/src/ui/defineescape.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/defineescape.cpp:3:
/Users/xxx/temp/fqterm/src/ui/defineescape.h:13:77: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
DefineEscapeDialog(QString& strEsc, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 71%] Linking CXX static library libfqterm_ui.a
cd /Users/xxx/temp/build/src/ui && /usr/local/Cellar/cmake/3.22.1/bin/cmake -P CMakeFiles/fqterm_ui.dir/cmake_clean_target.cmake
cd /Users/xxx/temp/build/src/ui && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/fqterm_ui.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc libfqterm_ui.a CMakeFiles/fqterm_ui.dir/fqterm_ui_autogen/mocs_compilation.cpp.o CMakeFiles/fqterm_ui.dir/aboutdialog.cpp.o CMakeFiles/fqterm_ui.dir/addrdialog.cpp.o CMakeFiles/fqterm_ui.dir/articledialog.cpp.o CMakeFiles/fqterm_ui.dir/keydialog.cpp.o CMakeFiles/fqterm_ui.dir/msgdialog.cpp.o CMakeFiles/fqterm_ui.dir/prefdialog.cpp.o CMakeFiles/fqterm_ui.dir/quickdialog.cpp.o CMakeFiles/fqterm_ui.dir/schemadialog.cpp.o CMakeFiles/fqterm_ui.dir/soundconf.cpp.o CMakeFiles/fqterm_ui.dir/sshlogindialog.cpp.o CMakeFiles/fqterm_ui.dir/zmodemdialog.cpp.o CMakeFiles/fqterm_ui.dir/osdmessage.cpp.o CMakeFiles/fqterm_ui.dir/overlayWidget.cpp.o CMakeFiles/fqterm_ui.dir/popupMessage.cpp.o CMakeFiles/fqterm_ui.dir/popwidget.cpp.o CMakeFiles/fqterm_ui.dir/progressBar.cpp.o CMakeFiles/fqterm_ui.dir/fqterm_time_label.cpp.o CMakeFiles/fqterm_ui.dir/fqterm_tool_button.cpp.o CMakeFiles/fqterm_ui.dir/shortcutdialog.cpp.o CMakeFiles/fqterm_ui.dir/statusBar.cpp.o CMakeFiles/fqterm_ui.dir/sitemanager.cpp.o CMakeFiles/fqterm_ui.dir/iplookup.cpp.o CMakeFiles/fqterm_ui.dir/defineescape.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libfqterm_ui.a
[ 71%] Built target fqterm_ui
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/terminal/CMakeFiles/fqterm_terminal_autogen.dir/build.make src/terminal/CMakeFiles/fqterm_terminal_autogen.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/terminal /Users/xxx/temp/build /Users/xxx/temp/build/src/terminal /Users/xxx/temp/build/src/terminal/CMakeFiles/fqterm_terminal_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/terminal/CMakeFiles/fqterm_terminal_autogen.dir/build.make src/terminal/CMakeFiles/fqterm_terminal_autogen.dir/build
[ 72%] Automatic MOC for target fqterm_terminal
cd /Users/xxx/temp/build/src/terminal && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/temp/build/src/terminal/CMakeFiles/fqterm_terminal_autogen.dir/AutogenInfo.json ""
AutoMoc warning
---------------
"SRC:/src/terminal/fqterm_buffer.cpp"
includes the moc file "fqterm_buffer.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/terminal/fqterm_session.cpp"
includes the moc file "fqterm_session.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/terminal/internal/fqterm_decode.cpp"
includes the moc file "fqterm_decode.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/terminal/internal/fqterm_telnet.cpp"
includes the moc file "fqterm_telnet.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/terminal/internal/fqterm_zmodem.cpp"
includes the moc file "fqterm_zmodem.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc: /Users/xxx/temp/fqterm/src/terminal/fqterm_buffer.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/terminal/internal/fqterm_telnet.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/terminal/internal/fqterm_decode.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/terminal/fqterm_session.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/terminal/internal/fqterm_zmodem.cpp:0: Note: No relevant classes found. No output generated.
[ 72%] Built target fqterm_terminal_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/terminal/CMakeFiles/fqterm_terminal.dir/build.make src/terminal/CMakeFiles/fqterm_terminal.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/terminal /Users/xxx/temp/build /Users/xxx/temp/build/src/terminal /Users/xxx/temp/build/src/terminal/CMakeFiles/fqterm_terminal.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/terminal/CMakeFiles/fqterm_terminal.dir/build.make src/terminal/CMakeFiles/fqterm_terminal.dir/build
[ 73%] Building CXX object src/terminal/CMakeFiles/fqterm_terminal.dir/fqterm_terminal_autogen/mocs_compilation.cpp.o
cd /Users/xxx/temp/build/src/terminal && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/terminal -I/Users/xxx/temp/fqterm/src/terminal -I/Users/xxx/temp/build/src/terminal/fqterm_terminal_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/terminal/internal -I/Users/xxx/temp/fqterm/src/terminal/../common -I/Users/xxx/temp/fqterm/src/terminal/../utilities -I/Users/xxx/temp/fqterm/src/terminal/../protocol -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/terminal/CMakeFiles/fqterm_terminal.dir/fqterm_terminal_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm_terminal.dir/fqterm_terminal_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm_terminal.dir/fqterm_terminal_autogen/mocs_compilation.cpp.o -c /Users/xxx/temp/build/src/terminal/fqterm_terminal_autogen/mocs_compilation.cpp
[ 74%] Building CXX object src/terminal/CMakeFiles/fqterm_terminal.dir/fqterm_session.cpp.o
cd /Users/xxx/temp/build/src/terminal && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/terminal -I/Users/xxx/temp/fqterm/src/terminal -I/Users/xxx/temp/build/src/terminal/fqterm_terminal_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/terminal/internal -I/Users/xxx/temp/fqterm/src/terminal/../common -I/Users/xxx/temp/fqterm/src/terminal/../utilities -I/Users/xxx/temp/fqterm/src/terminal/../protocol -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/terminal/CMakeFiles/fqterm_terminal.dir/fqterm_session.cpp.o -MF CMakeFiles/fqterm_terminal.dir/fqterm_session.cpp.o.d -o CMakeFiles/fqterm_terminal.dir/fqterm_session.cpp.o -c /Users/xxx/temp/fqterm/src/terminal/fqterm_session.cpp
/Users/xxx/temp/fqterm/src/terminal/fqterm_session.cpp:780:11: warning: 'qFind<const QString *, QString>' is deprecated: Use std::find [-Wdeprecated-declarations]
if (qFind(begin, end, lastName) == end) {
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qalgorithms.h:120:1: note: 'qFind<const QString *, QString>' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use std::find") inline InputIterator qFind(InputIterator first, InputIterator last, const T &val)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 75%] Building CXX object src/terminal/CMakeFiles/fqterm_terminal.dir/fqterm_buffer.cpp.o
cd /Users/xxx/temp/build/src/terminal && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/terminal -I/Users/xxx/temp/fqterm/src/terminal -I/Users/xxx/temp/build/src/terminal/fqterm_terminal_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/terminal/internal -I/Users/xxx/temp/fqterm/src/terminal/../common -I/Users/xxx/temp/fqterm/src/terminal/../utilities -I/Users/xxx/temp/fqterm/src/terminal/../protocol -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/terminal/CMakeFiles/fqterm_terminal.dir/fqterm_buffer.cpp.o -MF CMakeFiles/fqterm_terminal.dir/fqterm_buffer.cpp.o.d -o CMakeFiles/fqterm_terminal.dir/fqterm_buffer.cpp.o -c /Users/xxx/temp/fqterm/src/terminal/fqterm_buffer.cpp
[ 76%] Building CXX object src/terminal/CMakeFiles/fqterm_terminal.dir/fqterm_text_line.cpp.o
cd /Users/xxx/temp/build/src/terminal && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/terminal -I/Users/xxx/temp/fqterm/src/terminal -I/Users/xxx/temp/build/src/terminal/fqterm_terminal_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/terminal/internal -I/Users/xxx/temp/fqterm/src/terminal/../common -I/Users/xxx/temp/fqterm/src/terminal/../utilities -I/Users/xxx/temp/fqterm/src/terminal/../protocol -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/terminal/CMakeFiles/fqterm_terminal.dir/fqterm_text_line.cpp.o -MF CMakeFiles/fqterm_terminal.dir/fqterm_text_line.cpp.o.d -o CMakeFiles/fqterm_terminal.dir/fqterm_text_line.cpp.o -c /Users/xxx/temp/fqterm/src/terminal/fqterm_text_line.cpp
[ 76%] Building CXX object src/terminal/CMakeFiles/fqterm_terminal.dir/internal/fqterm_decode.cpp.o
cd /Users/xxx/temp/build/src/terminal && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/terminal -I/Users/xxx/temp/fqterm/src/terminal -I/Users/xxx/temp/build/src/terminal/fqterm_terminal_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/terminal/internal -I/Users/xxx/temp/fqterm/src/terminal/../common -I/Users/xxx/temp/fqterm/src/terminal/../utilities -I/Users/xxx/temp/fqterm/src/terminal/../protocol -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/terminal/CMakeFiles/fqterm_terminal.dir/internal/fqterm_decode.cpp.o -MF CMakeFiles/fqterm_terminal.dir/internal/fqterm_decode.cpp.o.d -o CMakeFiles/fqterm_terminal.dir/internal/fqterm_decode.cpp.o -c /Users/xxx/temp/fqterm/src/terminal/internal/fqterm_decode.cpp
[ 77%] Building CXX object src/terminal/CMakeFiles/fqterm_terminal.dir/internal/fqterm_telnet.cpp.o
cd /Users/xxx/temp/build/src/terminal && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/terminal -I/Users/xxx/temp/fqterm/src/terminal -I/Users/xxx/temp/build/src/terminal/fqterm_terminal_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/terminal/internal -I/Users/xxx/temp/fqterm/src/terminal/../common -I/Users/xxx/temp/fqterm/src/terminal/../utilities -I/Users/xxx/temp/fqterm/src/terminal/../protocol -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/terminal/CMakeFiles/fqterm_terminal.dir/internal/fqterm_telnet.cpp.o -MF CMakeFiles/fqterm_terminal.dir/internal/fqterm_telnet.cpp.o.d -o CMakeFiles/fqterm_terminal.dir/internal/fqterm_telnet.cpp.o -c /Users/xxx/temp/fqterm/src/terminal/internal/fqterm_telnet.cpp
[ 78%] Building CXX object src/terminal/CMakeFiles/fqterm_terminal.dir/internal/fqterm_zmodem.cpp.o
cd /Users/xxx/temp/build/src/terminal && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/terminal -I/Users/xxx/temp/fqterm/src/terminal -I/Users/xxx/temp/build/src/terminal/fqterm_terminal_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/terminal/internal -I/Users/xxx/temp/fqterm/src/terminal/../common -I/Users/xxx/temp/fqterm/src/terminal/../utilities -I/Users/xxx/temp/fqterm/src/terminal/../protocol -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/terminal/CMakeFiles/fqterm_terminal.dir/internal/fqterm_zmodem.cpp.o -MF CMakeFiles/fqterm_terminal.dir/internal/fqterm_zmodem.cpp.o.d -o CMakeFiles/fqterm_terminal.dir/internal/fqterm_zmodem.cpp.o -c /Users/xxx/temp/fqterm/src/terminal/internal/fqterm_zmodem.cpp
In file included from /Users/xxx/temp/fqterm/src/terminal/internal/fqterm_zmodem.cpp:14:
/Users/xxx/temp/fqterm/src/terminal/../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 79%] Linking CXX static library libfqterm_terminal.a
cd /Users/xxx/temp/build/src/terminal && /usr/local/Cellar/cmake/3.22.1/bin/cmake -P CMakeFiles/fqterm_terminal.dir/cmake_clean_target.cmake
cd /Users/xxx/temp/build/src/terminal && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/fqterm_terminal.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc libfqterm_terminal.a CMakeFiles/fqterm_terminal.dir/fqterm_terminal_autogen/mocs_compilation.cpp.o CMakeFiles/fqterm_terminal.dir/fqterm_session.cpp.o CMakeFiles/fqterm_terminal.dir/fqterm_buffer.cpp.o CMakeFiles/fqterm_terminal.dir/fqterm_text_line.cpp.o CMakeFiles/fqterm_terminal.dir/internal/fqterm_decode.cpp.o CMakeFiles/fqterm_terminal.dir/internal/fqterm_telnet.cpp.o CMakeFiles/fqterm_terminal.dir/internal/fqterm_zmodem.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libfqterm_terminal.a
[ 79%] Built target fqterm_terminal
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/fqterm/CMakeFiles/fqterm_main_autogen.dir/build.make src/fqterm/CMakeFiles/fqterm_main_autogen.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/fqterm /Users/xxx/temp/build /Users/xxx/temp/build/src/fqterm /Users/xxx/temp/build/src/fqterm/CMakeFiles/fqterm_main_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/fqterm/CMakeFiles/fqterm_main_autogen.dir/build.make src/fqterm/CMakeFiles/fqterm_main_autogen.dir/build
[ 80%] Automatic MOC for target fqterm_main
cd /Users/xxx/temp/build/src/fqterm && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/temp/build/src/fqterm/CMakeFiles/fqterm_main_autogen.dir/AutogenInfo.json ""
AutoMoc warning
---------------
"SRC:/src/fqterm/fqterm_frame.cpp"
includes the moc file "fqterm_frame.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/fqterm/fqterm_screen.cpp"
includes the moc file "fqterm_screen.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/fqterm/fqterm_scriptengine.cpp"
includes the moc file "fqterm_scriptengine.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/fqterm/fqterm_wndmgr.cpp"
includes the moc file "fqterm_wndmgr.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc: /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/fqterm/fqterm_wndmgr.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/fqterm/fqterm_screen.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/fqterm/fqterm_scriptengine.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:0: Note: No relevant classes found. No output generated.
[ 80%] Built target fqterm_main_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/fqterm/CMakeFiles/fqterm_main.dir/build.make src/fqterm/CMakeFiles/fqterm_main.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/fqterm /Users/xxx/temp/build /Users/xxx/temp/build/src/fqterm /Users/xxx/temp/build/src/fqterm/CMakeFiles/fqterm_main.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/fqterm/CMakeFiles/fqterm_main.dir/build.make src/fqterm/CMakeFiles/fqterm_main.dir/build
[ 81%] Building CXX object src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_main_autogen/mocs_compilation.cpp.o
cd /Users/xxx/temp/build/src/fqterm && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/fqterm -I/Users/xxx/temp/fqterm/src/fqterm -I/Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/fqterm/../common -I/Users/xxx/temp/fqterm/src/fqterm/../protocol -I/Users/xxx/temp/fqterm/src/fqterm/../terminal -I/Users/xxx/temp/fqterm/src/fqterm/../utilities -I/Users/xxx/temp/fqterm/src/fqterm/../ui -I/Users/xxx/temp/fqterm/src/fqterm/../ui/imageviewer -I/Users/xxx/temp/fqterm/src/fqterm/3rdparty -I/Users/xxx/temp/build/src/fqterm/../ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_main_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm_main.dir/fqterm_main_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm_main.dir/fqterm_main_autogen/mocs_compilation.cpp.o -c /Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/mocs_compilation.cpp
In file included from /Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/mocs_compilation.cpp:4:
In file included from /Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/EWIEGA46WW/moc_fqterm_scriptengine.cpp:10:
In file included from /Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/EWIEGA46WW/../../../../../fqterm/src/fqterm/fqterm_scriptengine.h:7:
/Users/xxx/temp/fqterm/src/fqterm/../ui/articledialog.h:16:71: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
articleDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/mocs_compilation.cpp:4:
In file included from /Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/EWIEGA46WW/moc_fqterm_scriptengine.cpp:10:
In file included from /Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/EWIEGA46WW/../../../../../fqterm/src/fqterm/fqterm_scriptengine.h:8:
/Users/xxx/temp/fqterm/src/fqterm/../ui/defineescape.h:13:77: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
DefineEscapeDialog(QString& strEsc, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
2 warnings generated.
[ 81%] Building CXX object src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_frame.cpp.o
cd /Users/xxx/temp/build/src/fqterm && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/fqterm -I/Users/xxx/temp/fqterm/src/fqterm -I/Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/fqterm/../common -I/Users/xxx/temp/fqterm/src/fqterm/../protocol -I/Users/xxx/temp/fqterm/src/fqterm/../terminal -I/Users/xxx/temp/fqterm/src/fqterm/../utilities -I/Users/xxx/temp/fqterm/src/fqterm/../ui -I/Users/xxx/temp/fqterm/src/fqterm/../ui/imageviewer -I/Users/xxx/temp/fqterm/src/fqterm/3rdparty -I/Users/xxx/temp/build/src/fqterm/../ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_frame.cpp.o -MF CMakeFiles/fqterm_main.dir/fqterm_frame.cpp.o.d -o CMakeFiles/fqterm_main.dir/fqterm_frame.cpp.o -c /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:35:
/Users/xxx/temp/fqterm/src/fqterm/../ui/aboutdialog.h:13:52: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
aboutDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:36:
/Users/xxx/temp/fqterm/src/fqterm/../ui/addrdialog.h:20:58: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
int buttons = SAVE | APPLY, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:38:
/Users/xxx/temp/fqterm/src/fqterm/../ui/keydialog.h:16:67: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
keyDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:39:
In file included from /Users/xxx/temp/fqterm/src/fqterm/../ui/prefdialog.h:8:
/Users/xxx/temp/fqterm/src/fqterm/../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:39:
/Users/xxx/temp/fqterm/src/fqterm/../ui/prefdialog.h:19:68: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
prefDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:48:
/Users/xxx/temp/fqterm/src/fqterm/../ui/fqterm_time_label.h:16:74: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermTimeLabel(QWidget *parent, const char *name = 0, Qt::WindowFlags f = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:59:
/Users/xxx/temp/fqterm/src/fqterm/../ui/quickdialog.h:21:69: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
quickDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:61:
/Users/xxx/temp/fqterm/src/fqterm/../ui/sitemanager.h:20:52: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
siteDialog(QWidget *parent_ = 0, Qt::WindowFlags fl = 0);;
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:64:
/Users/xxx/temp/fqterm/src/fqterm/../ui/schemadialog.h:15:53: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
schemaDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:66:
/Users/xxx/temp/fqterm/src/fqterm/../ui/iplookup.h:13:56: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
IPLookupDialog(QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:67:
/Users/xxx/temp/fqterm/src/fqterm/../ui/defineescape.h:13:77: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
DefineEscapeDialog(QString& strEsc, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:485:32: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
siteDialog siteManager(this, 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:1910:5: warning: 'start' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
t.start();
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qdatetime.h:235:5: note: 'start' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:1912:11: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
if (t.elapsed() >= 1) {
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_frame.cpp:1918:9: warning: 'restart' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
t.restart();
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qdatetime.h:236:5: note: 'restart' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QElapsedTimer instead") int restart();
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
15 warnings generated.
[ 82%] Building CXX object src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_screen.cpp.o
cd /Users/xxx/temp/build/src/fqterm && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/fqterm -I/Users/xxx/temp/fqterm/src/fqterm -I/Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/fqterm/../common -I/Users/xxx/temp/fqterm/src/fqterm/../protocol -I/Users/xxx/temp/fqterm/src/fqterm/../terminal -I/Users/xxx/temp/fqterm/src/fqterm/../utilities -I/Users/xxx/temp/fqterm/src/fqterm/../ui -I/Users/xxx/temp/fqterm/src/fqterm/../ui/imageviewer -I/Users/xxx/temp/fqterm/src/fqterm/3rdparty -I/Users/xxx/temp/build/src/fqterm/../ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_screen.cpp.o -MF CMakeFiles/fqterm_main.dir/fqterm_screen.cpp.o.d -o CMakeFiles/fqterm_main.dir/fqterm_screen.cpp.o -c /Users/xxx/temp/fqterm/src/fqterm/fqterm_screen.cpp
/Users/xxx/temp/fqterm/src/fqterm/fqterm_screen.cpp:1666:33: warning: 'rects' is deprecated: Use begin()/end() instead [-Wdeprecated-declarations]
QVector<QRect> rects = clip.rects();
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qregion.h:124:5: note: 'rects' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use begin()/end() instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_screen.cpp:1719:35: warning: 'rects' is deprecated: Use begin()/end() instead [-Wdeprecated-declarations]
QVector<QRect> rects = clip.rects();
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qregion.h:124:5: note: 'rects' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use begin()/end() instead")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
2 warnings generated.
[ 83%] Building CXX object src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_window.cpp.o
cd /Users/xxx/temp/build/src/fqterm && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/fqterm -I/Users/xxx/temp/fqterm/src/fqterm -I/Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/fqterm/../common -I/Users/xxx/temp/fqterm/src/fqterm/../protocol -I/Users/xxx/temp/fqterm/src/fqterm/../terminal -I/Users/xxx/temp/fqterm/src/fqterm/../utilities -I/Users/xxx/temp/fqterm/src/fqterm/../ui -I/Users/xxx/temp/fqterm/src/fqterm/../ui/imageviewer -I/Users/xxx/temp/fqterm/src/fqterm/3rdparty -I/Users/xxx/temp/build/src/fqterm/../ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_window.cpp.o -MF CMakeFiles/fqterm_main.dir/fqterm_window.cpp.o.d -o CMakeFiles/fqterm_main.dir/fqterm_window.cpp.o -c /Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:29:
/Users/xxx/temp/fqterm/src/fqterm/../ui/addrdialog.h:20:58: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
int buttons = SAVE | APPLY, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:30:
/Users/xxx/temp/fqterm/src/fqterm/../ui/articledialog.h:16:71: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
articleDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:31:
/Users/xxx/temp/fqterm/src/fqterm/../ui/msgdialog.h:11:50: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
msgDialog(QWidget *parent = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:40:
/Users/xxx/temp/fqterm/src/fqterm/../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:52:
/Users/xxx/temp/fqterm/src/fqterm/../ui/sshlogindialog.h:14:56: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:54:
/Users/xxx/temp/fqterm/src/fqterm/../ui/zmodemdialog.h:13:54: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
zmodemDialog(QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:59:
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_scriptengine.h:8:
/Users/xxx/temp/fqterm/src/fqterm/../ui/defineescape.h:13:77: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
DefineEscapeDialog(QString& strEsc, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:576:23: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
int j = wheelevent->delta() > 0 ? 4 : 5;
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:1621:17: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
dlg.resize(fm.width(QString(30, 'W')), fm.height() * (fm.width(strUrl) / fm.width(QString(30, 'W')) + 5));
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:1621:60: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
dlg.resize(fm.width(QString(30, 'W')), fm.height() * (fm.width(strUrl) / fm.width(QString(30, 'W')) + 5));
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:1621:79: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
dlg.resize(fm.width(QString(30, 'W')), fm.height() * (fm.width(strUrl) / fm.width(QString(30, 'W')) + 5));
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:2416:47: warning: 'pos' is deprecated: Use position() [-Wdeprecated-declarations]
QPoint ptc = screen_->mapToChar(wheelevent->pos());
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qevent.h:224:5: note: 'pos' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use position()")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:2422:106: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
,QScriptValueList() << type << state << ptc.x() << ptc.y() << wheelevent->delta());
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_window.cpp:2493:21: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
editorProcess_->start(FQTermPref::getInstance()->externalEditor_ + " " + FQTermPref::getInstance()->externalEditorArg_.arg(getTempFilename()));
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qprocess.h:164:5: note: 'start' has been explicitly marked deprecated here
QT_DEPRECATED_X(
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
14 warnings generated.
[ 84%] Building CXX object src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_wndmgr.cpp.o
cd /Users/xxx/temp/build/src/fqterm && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/fqterm -I/Users/xxx/temp/fqterm/src/fqterm -I/Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/fqterm/../common -I/Users/xxx/temp/fqterm/src/fqterm/../protocol -I/Users/xxx/temp/fqterm/src/fqterm/../terminal -I/Users/xxx/temp/fqterm/src/fqterm/../utilities -I/Users/xxx/temp/fqterm/src/fqterm/../ui -I/Users/xxx/temp/fqterm/src/fqterm/../ui/imageviewer -I/Users/xxx/temp/fqterm/src/fqterm/3rdparty -I/Users/xxx/temp/build/src/fqterm/../ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_wndmgr.cpp.o -MF CMakeFiles/fqterm_main.dir/fqterm_wndmgr.cpp.o.d -o CMakeFiles/fqterm_main.dir/fqterm_wndmgr.cpp.o -c /Users/xxx/temp/fqterm/src/fqterm/fqterm_wndmgr.cpp
[ 85%] Building CXX object src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_python.cpp.o
cd /Users/xxx/temp/build/src/fqterm && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/fqterm -I/Users/xxx/temp/fqterm/src/fqterm -I/Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/fqterm/../common -I/Users/xxx/temp/fqterm/src/fqterm/../protocol -I/Users/xxx/temp/fqterm/src/fqterm/../terminal -I/Users/xxx/temp/fqterm/src/fqterm/../utilities -I/Users/xxx/temp/fqterm/src/fqterm/../ui -I/Users/xxx/temp/fqterm/src/fqterm/../ui/imageviewer -I/Users/xxx/temp/fqterm/src/fqterm/3rdparty -I/Users/xxx/temp/build/src/fqterm/../ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_python.cpp.o -MF CMakeFiles/fqterm_main.dir/fqterm_python.cpp.o.d -o CMakeFiles/fqterm_main.dir/fqterm_python.cpp.o -c /Users/xxx/temp/fqterm/src/fqterm/fqterm_python.cpp
[ 86%] Building CXX object src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_scriptengine.cpp.o
cd /Users/xxx/temp/build/src/fqterm && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/fqterm -I/Users/xxx/temp/fqterm/src/fqterm -I/Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/fqterm/../common -I/Users/xxx/temp/fqterm/src/fqterm/../protocol -I/Users/xxx/temp/fqterm/src/fqterm/../terminal -I/Users/xxx/temp/fqterm/src/fqterm/../utilities -I/Users/xxx/temp/fqterm/src/fqterm/../ui -I/Users/xxx/temp/fqterm/src/fqterm/../ui/imageviewer -I/Users/xxx/temp/fqterm/src/fqterm/3rdparty -I/Users/xxx/temp/build/src/fqterm/../ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/fqterm/CMakeFiles/fqterm_main.dir/fqterm_scriptengine.cpp.o -MF CMakeFiles/fqterm_main.dir/fqterm_scriptengine.cpp.o.d -o CMakeFiles/fqterm_main.dir/fqterm_scriptengine.cpp.o -c /Users/xxx/temp/fqterm/src/fqterm/fqterm_scriptengine.cpp
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_scriptengine.cpp:5:
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_scriptengine.h:7:
/Users/xxx/temp/fqterm/src/fqterm/../ui/articledialog.h:16:71: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
articleDialog(FQTermConfig *, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_scriptengine.cpp:5:
In file included from /Users/xxx/temp/fqterm/src/fqterm/fqterm_scriptengine.h:8:
/Users/xxx/temp/fqterm/src/fqterm/../ui/defineescape.h:13:77: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
DefineEscapeDialog(QString& strEsc, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/fqterm/fqterm_scriptengine.cpp:485:49: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
articleDialog article(config_, window_, 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
3 warnings generated.
[ 86%] Building CXX object src/fqterm/CMakeFiles/fqterm_main.dir/3rdparty/dotnetstyle.cpp.o
cd /Users/xxx/temp/build/src/fqterm && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/fqterm -I/Users/xxx/temp/fqterm/src/fqterm -I/Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/fqterm/../common -I/Users/xxx/temp/fqterm/src/fqterm/../protocol -I/Users/xxx/temp/fqterm/src/fqterm/../terminal -I/Users/xxx/temp/fqterm/src/fqterm/../utilities -I/Users/xxx/temp/fqterm/src/fqterm/../ui -I/Users/xxx/temp/fqterm/src/fqterm/../ui/imageviewer -I/Users/xxx/temp/fqterm/src/fqterm/3rdparty -I/Users/xxx/temp/build/src/fqterm/../ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/fqterm/CMakeFiles/fqterm_main.dir/3rdparty/dotnetstyle.cpp.o -MF CMakeFiles/fqterm_main.dir/3rdparty/dotnetstyle.cpp.o.d -o CMakeFiles/fqterm_main.dir/3rdparty/dotnetstyle.cpp.o -c /Users/xxx/temp/fqterm/src/fqterm/3rdparty/dotnetstyle.cpp
[ 87%] Building CXX object src/fqterm/CMakeFiles/fqterm_main.dir/3rdparty/uaocodec.cpp.o
cd /Users/xxx/temp/build/src/fqterm && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/fqterm -I/Users/xxx/temp/fqterm/src/fqterm -I/Users/xxx/temp/build/src/fqterm/fqterm_main_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/fqterm/../common -I/Users/xxx/temp/fqterm/src/fqterm/../protocol -I/Users/xxx/temp/fqterm/src/fqterm/../terminal -I/Users/xxx/temp/fqterm/src/fqterm/../utilities -I/Users/xxx/temp/fqterm/src/fqterm/../ui -I/Users/xxx/temp/fqterm/src/fqterm/../ui/imageviewer -I/Users/xxx/temp/fqterm/src/fqterm/3rdparty -I/Users/xxx/temp/build/src/fqterm/../ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/fqterm/CMakeFiles/fqterm_main.dir/3rdparty/uaocodec.cpp.o -MF CMakeFiles/fqterm_main.dir/3rdparty/uaocodec.cpp.o.d -o CMakeFiles/fqterm_main.dir/3rdparty/uaocodec.cpp.o -c /Users/xxx/temp/fqterm/src/fqterm/3rdparty/uaocodec.cpp
[ 88%] Linking CXX static library libfqterm_main.a
cd /Users/xxx/temp/build/src/fqterm && /usr/local/Cellar/cmake/3.22.1/bin/cmake -P CMakeFiles/fqterm_main.dir/cmake_clean_target.cmake
cd /Users/xxx/temp/build/src/fqterm && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/fqterm_main.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc libfqterm_main.a CMakeFiles/fqterm_main.dir/fqterm_main_autogen/mocs_compilation.cpp.o CMakeFiles/fqterm_main.dir/fqterm_frame.cpp.o CMakeFiles/fqterm_main.dir/fqterm_screen.cpp.o CMakeFiles/fqterm_main.dir/fqterm_window.cpp.o CMakeFiles/fqterm_main.dir/fqterm_wndmgr.cpp.o CMakeFiles/fqterm_main.dir/fqterm_python.cpp.o CMakeFiles/fqterm_main.dir/fqterm_scriptengine.cpp.o CMakeFiles/fqterm_main.dir/3rdparty/dotnetstyle.cpp.o CMakeFiles/fqterm_main.dir/3rdparty/uaocodec.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfqterm_main.a(fqterm_python.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfqterm_main.a(dotnetstyle.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libfqterm_main.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfqterm_main.a(fqterm_python.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libfqterm_main.a(dotnetstyle.cpp.o) has no symbols
[ 88%] Built target fqterm_main
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fqterm_qm_target.dir/build.make CMakeFiles/fqterm_qm_target.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm /Users/xxx/temp/build /Users/xxx/temp/build /Users/xxx/temp/build/CMakeFiles/fqterm_qm_target.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fqterm_qm_target.dir/build.make CMakeFiles/fqterm_qm_target.dir/build
[ 89%] Generating fqterm_zh_CN.qm
/usr/local/opt/qt5/bin/lrelease /Users/xxx/temp/fqterm/res/dict/fqterm_zh_CN.ts -qm /Users/xxx/temp/build/fqterm_zh_CN.qm
Warning: ignoring <defaultcodec> element
Updating '/Users/xxx/temp/build/fqterm_zh_CN.qm'...
Generated 96 translation(s) (96 finished and 0 unfinished)
[ 89%] Generating ui_zh_CN.qm
/usr/local/opt/qt5/bin/lrelease /Users/xxx/temp/fqterm/res/dict/ui_zh_CN.ts -qm /Users/xxx/temp/build/ui_zh_CN.qm
Warning: ignoring <defaultcodec> element
Updating '/Users/xxx/temp/build/ui_zh_CN.qm'...
Generated 339 translation(s) (339 finished and 0 unfinished)
[ 90%] Generating protocol_zh_CN.qm
/usr/local/opt/qt5/bin/lrelease /Users/xxx/temp/fqterm/res/dict/protocol_zh_CN.ts -qm /Users/xxx/temp/build/protocol_zh_CN.qm
Warning: ignoring <defaultcodec> element
Updating '/Users/xxx/temp/build/protocol_zh_CN.qm'...
Generated 25 translation(s) (25 finished and 0 unfinished)
[ 91%] Generating common_zh_CN.qm
/usr/local/opt/qt5/bin/lrelease /Users/xxx/temp/fqterm/res/dict/common_zh_CN.ts -qm /Users/xxx/temp/build/common_zh_CN.qm
Warning: ignoring <defaultcodec> element
Updating '/Users/xxx/temp/build/common_zh_CN.qm'...
Generated 148 translation(s) (148 finished and 0 unfinished)
[ 91%] Built target fqterm_qm_target
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/ui/imageviewer/CMakeFiles/fqterm_imageviewer_autogen.dir/build.make src/ui/imageviewer/CMakeFiles/fqterm_imageviewer_autogen.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/ui/imageviewer /Users/xxx/temp/build /Users/xxx/temp/build/src/ui/imageviewer /Users/xxx/temp/build/src/ui/imageviewer/CMakeFiles/fqterm_imageviewer_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/ui/imageviewer/CMakeFiles/fqterm_imageviewer_autogen.dir/build.make src/ui/imageviewer/CMakeFiles/fqterm_imageviewer_autogen.dir/build
[ 92%] Automatic MOC for target fqterm_imageviewer
cd /Users/xxx/temp/build/src/ui/imageviewer && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/temp/build/src/ui/imageviewer/CMakeFiles/fqterm_imageviewer_autogen.dir/AutogenInfo.json ""
AutoMoc warning
---------------
"SRC:/src/ui/imageviewer/fqterm_canvas.cpp"
includes the moc file "fqterm_canvas.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/imageviewer/imageviewer_origin.cpp"
includes the moc file "imageviewer_origin.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc warning
---------------
"SRC:/src/ui/imageviewer/pictureflow.cpp"
includes the moc file "pictureflow.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE or Q_NAMESPACE_EXPORT macro.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/imageviewer/pictureflow.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/imageviewer/fqterm_canvas.cpp:0: Note: No relevant classes found. No output generated.
AutoMoc: /Users/xxx/temp/fqterm/src/ui/imageviewer/imageviewer_origin.cpp:0: Note: No relevant classes found. No output generated.
[ 92%] Built target fqterm_imageviewer_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/build.make src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm/src/ui/imageviewer /Users/xxx/temp/build /Users/xxx/temp/build/src/ui/imageviewer /Users/xxx/temp/build/src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/build.make src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/build
[ 93%] Building CXX object src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/fqterm_imageviewer_autogen/mocs_compilation.cpp.o
cd /Users/xxx/temp/build/src/ui/imageviewer && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui/imageviewer -I/Users/xxx/temp/fqterm/src/ui/imageviewer -I/Users/xxx/temp/build/src/ui/imageviewer/fqterm_imageviewer_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/imageviewer/../../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/fqterm_imageviewer_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm_imageviewer.dir/fqterm_imageviewer_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm_imageviewer.dir/fqterm_imageviewer_autogen/mocs_compilation.cpp.o -c /Users/xxx/temp/build/src/ui/imageviewer/fqterm_imageviewer_autogen/mocs_compilation.cpp
[ 94%] Building CXX object src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/fqtermimage.cpp.o
cd /Users/xxx/temp/build/src/ui/imageviewer && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui/imageviewer -I/Users/xxx/temp/fqterm/src/ui/imageviewer -I/Users/xxx/temp/build/src/ui/imageviewer/fqterm_imageviewer_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/imageviewer/../../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/fqtermimage.cpp.o -MF CMakeFiles/fqterm_imageviewer.dir/fqtermimage.cpp.o.d -o CMakeFiles/fqterm_imageviewer.dir/fqtermimage.cpp.o -c /Users/xxx/temp/fqterm/src/ui/imageviewer/fqtermimage.cpp
[ 95%] Building CXX object src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/fqterm_canvas.cpp.o
cd /Users/xxx/temp/build/src/ui/imageviewer && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui/imageviewer -I/Users/xxx/temp/fqterm/src/ui/imageviewer -I/Users/xxx/temp/build/src/ui/imageviewer/fqterm_imageviewer_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/imageviewer/../../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/fqterm_canvas.cpp.o -MF CMakeFiles/fqterm_imageviewer.dir/fqterm_canvas.cpp.o.d -o CMakeFiles/fqterm_imageviewer.dir/fqterm_canvas.cpp.o -c /Users/xxx/temp/fqterm/src/ui/imageviewer/fqterm_canvas.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/imageviewer/fqterm_canvas.cpp:26:
/Users/xxx/temp/fqterm/src/ui/imageviewer/../../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/imageviewer/fqterm_canvas.cpp:278:19: warning: 'transformed' is deprecated: Use transformed(const QTransform &matrix, Qt::TransformationMode mode) [-Wdeprecated-declarations]
image_ = image_.transformed(wm, Qt::SmoothTransformation);
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qimage.h:287:5: note: 'transformed' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use transformed(const QTransform &matrix, Qt::TransformationMode mode)")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/imageviewer/fqterm_canvas.cpp:419:15: warning: 'pixmap' is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations]
if (label_->pixmap() == NULL && image_.isNull()) {
^
/usr/local/opt/qt5/lib/QtWidgets.framework/Headers/qlabel.h:77:5: note: 'pixmap' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X(5, 15, "Use the other overload which returns QPixmap by-value")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:382:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X'
#define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text)
^
<scratch space>:126:1: note: expanded from here
QT_DEPRECATED_VERSION_X_5
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:381:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5'
#define QT_DEPRECATED_VERSION_X_5(minor, text) QT_DEPRECATED_VERSION_X_5_##minor(text)
^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
3 warnings generated.
[ 95%] Building CXX object src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/pictureflow.cpp.o
cd /Users/xxx/temp/build/src/ui/imageviewer && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui/imageviewer -I/Users/xxx/temp/fqterm/src/ui/imageviewer -I/Users/xxx/temp/build/src/ui/imageviewer/fqterm_imageviewer_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/imageviewer/../../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/pictureflow.cpp.o -MF CMakeFiles/fqterm_imageviewer.dir/pictureflow.cpp.o.d -o CMakeFiles/fqterm_imageviewer.dir/pictureflow.cpp.o -c /Users/xxx/temp/fqterm/src/ui/imageviewer/pictureflow.cpp
/Users/xxx/temp/fqterm/src/ui/imageviewer/pictureflow.cpp:1151:26: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
int numDegrees = event->delta() / 8;
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
1 warning generated.
[ 96%] Building CXX object src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/imageviewer_origin.cpp.o
cd /Users/xxx/temp/build/src/ui/imageviewer && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/Users/xxx/temp/build/src/ui/imageviewer -I/Users/xxx/temp/fqterm/src/ui/imageviewer -I/Users/xxx/temp/build/src/ui/imageviewer/fqterm_imageviewer_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/ui/imageviewer/../../common -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -fPIC -std=gnu++11 -MD -MT src/ui/imageviewer/CMakeFiles/fqterm_imageviewer.dir/imageviewer_origin.cpp.o -MF CMakeFiles/fqterm_imageviewer.dir/imageviewer_origin.cpp.o.d -o CMakeFiles/fqterm_imageviewer.dir/imageviewer_origin.cpp.o -c /Users/xxx/temp/fqterm/src/ui/imageviewer/imageviewer_origin.cpp
In file included from /Users/xxx/temp/fqterm/src/ui/imageviewer/imageviewer_origin.cpp:35:
/Users/xxx/temp/fqterm/src/ui/imageviewer/../../common/fqterm_filedialog.h:15:80: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
FQTermFileDialog(FQTermConfig *config, QWidget *parent_ = 0, Qt::WindowFlags fl = 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/imageviewer/imageviewer_origin.cpp:101:46: warning: 'QFlags' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
canvas_ = new FQTermCanvas(config, this, 0);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qflags.h:123:5: note: 'QFlags' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/imageviewer/imageviewer_origin.cpp:214:47: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
ItemDelegate::size_.setWidth(qMax(128, fm.width("WWWWWWWW.WWW")));
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/imageviewer/imageviewer_origin.cpp:267:21: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
info->resize(fm.width("Orientation : 1st row - 1st col : top - left side "), fm.height() * 20);
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/imageviewer/imageviewer_origin.cpp:321:5: warning: 'QDirModel' is deprecated: Use QFileSystemModel [-Wdeprecated-declarations]
: QDirModel(parent) {
^
/usr/local/opt/qt5/lib/QtWidgets.framework/Headers/qdirmodel.h:73:5: note: 'QDirModel' has been explicitly marked deprecated here
QT_DEPRECATED_VERSION_X_5_15("Use QFileSystemModel") explicit QDirModel(QObject *parent = nullptr);
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/Users/xxx/temp/fqterm/src/ui/imageviewer/imageviewer_origin.cpp:390:5: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
QStyleOptionViewItemV3 opt = setOptions(index, option);
^
/usr/local/opt/qt5/lib/QtWidgets.framework/Headers/qstyleoption.h:472:9: note: 'QStyleOptionViewItemV3' has been explicitly marked deprecated here
typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:227:45: note: expanded from macro 'Q_DECL_DEPRECATED'
# define Q_DECL_DEPRECATED __attribute__ ((__deprecated__))
^
/Users/xxx/temp/fqterm/src/ui/imageviewer/imageviewer_origin.cpp:403:16: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
QSize(fm.width(text),fm.height()));
^
/usr/local/opt/qt5/lib/QtGui.framework/Headers/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/opt/qt5/lib/QtCore.framework/Headers/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
7 warnings generated.
[ 97%] Linking CXX static library libfqterm_imageviewer.a
cd /Users/xxx/temp/build/src/ui/imageviewer && /usr/local/Cellar/cmake/3.22.1/bin/cmake -P CMakeFiles/fqterm_imageviewer.dir/cmake_clean_target.cmake
cd /Users/xxx/temp/build/src/ui/imageviewer && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/fqterm_imageviewer.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar qc libfqterm_imageviewer.a CMakeFiles/fqterm_imageviewer.dir/fqterm_imageviewer_autogen/mocs_compilation.cpp.o CMakeFiles/fqterm_imageviewer.dir/fqtermimage.cpp.o CMakeFiles/fqterm_imageviewer.dir/fqterm_canvas.cpp.o CMakeFiles/fqterm_imageviewer.dir/pictureflow.cpp.o CMakeFiles/fqterm_imageviewer.dir/imageviewer_origin.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libfqterm_imageviewer.a
[ 97%] Built target fqterm_imageviewer
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fqterm_autogen.dir/build.make CMakeFiles/fqterm_autogen.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm /Users/xxx/temp/build /Users/xxx/temp/build /Users/xxx/temp/build/CMakeFiles/fqterm_autogen.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fqterm_autogen.dir/build.make CMakeFiles/fqterm_autogen.dir/build
[ 98%] Automatic MOC for target fqterm
/usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_autogen /Users/xxx/temp/build/CMakeFiles/fqterm_autogen.dir/AutogenInfo.json ""
[ 98%] Built target fqterm_autogen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fqterm.dir/build.make CMakeFiles/fqterm.dir/depend
cd /Users/xxx/temp/build && /usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_depends "Unix Makefiles" /Users/xxx/temp/fqterm /Users/xxx/temp/fqterm /Users/xxx/temp/build /Users/xxx/temp/build /Users/xxx/temp/build/CMakeFiles/fqterm.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/fqterm.dir/build.make CMakeFiles/fqterm.dir/build
[ 98%] Building CXX object CMakeFiles/fqterm.dir/fqterm_autogen/mocs_compilation.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build -I/Users/xxx/temp/fqterm -I/Users/xxx/temp/build/fqterm_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/fqterm/src/terminal -I/Users/xxx/temp/fqterm/src/utilities -I/Users/xxx/temp/fqterm/src/ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -Wall -fPIC -std=gnu++11 -MD -MT CMakeFiles/fqterm.dir/fqterm_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fqterm.dir/fqterm_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fqterm.dir/fqterm_autogen/mocs_compilation.cpp.o -c /Users/xxx/temp/build/fqterm_autogen/mocs_compilation.cpp
[ 99%] Building CXX object CMakeFiles/fqterm.dir/src/fqterm/main.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DFOUND_PYTHON -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -I/Users/xxx/temp/build -I/Users/xxx/temp/fqterm -I/Users/xxx/temp/build/fqterm_autogen/include -I/usr/local/Frameworks/Python.framework/Versions/3.9/include/python3.9 -I/Users/xxx/temp/fqterm/src/common -I/Users/xxx/temp/fqterm/src/protocol -I/Users/xxx/temp/fqterm/src/terminal -I/Users/xxx/temp/fqterm/src/utilities -I/Users/xxx/temp/fqterm/src/ui -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtNetwork.framework/Headers -isystem /usr/local/opt/qt5/lib/QtScript.framework/Headers -isystem /usr/local/opt/qt5/lib/QtMultimedia.framework/Headers -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -D FQTERM_VERSION_STRING=\"0.9.10.1\" -Wall -fPIC -std=gnu++11 -MD -MT CMakeFiles/fqterm.dir/src/fqterm/main.cpp.o -MF CMakeFiles/fqterm.dir/src/fqterm/main.cpp.o.d -o CMakeFiles/fqterm.dir/src/fqterm/main.cpp.o -c /Users/xxx/temp/fqterm/src/fqterm/main.cpp
[100%] Linking CXX executable fqterm.app/Contents/MacOS/fqterm
/usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/fqterm.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Werror -Wno-error=deprecated-declarations -Werror -Wno-error=deprecated-declarations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/fqterm.dir/fqterm_autogen/mocs_compilation.cpp.o CMakeFiles/fqterm.dir/src/fqterm/main.cpp.o -o fqterm.app/Contents/MacOS/fqterm -L/codecs -L/imageformats -Wl,-rpath,/codecs -Wl,-rpath,/imageformats src/fqterm/libfqterm_main.a src/terminal/libfqterm_terminal.a src/protocol/libfqterm_protocol.a src/utilities/libfqterm_utilities.a src/ui/libfqterm_ui.a src/ui/imageviewer/libfqterm_imageviewer.a src/common/libfqterm_common.a -framework AppKit -framework Carbon /usr/local/Frameworks/Python.framework/Versions/3.9/lib/libpython3.9.dylib /usr/local/opt/openssl/lib/libcrypto.dylib /usr/local/opt/qt5/lib/QtNetwork.framework/QtNetwork /usr/local/opt/qt5/lib/QtScript.framework/QtScript /usr/local/opt/qt5/lib/QtNetwork.framework/QtNetwork /usr/local/opt/qt5/lib/QtNetwork.framework/QtNetwork /usr/local/opt/qt5/lib/QtNetwork.framework/QtNetwork /usr/local/opt/qt5/lib/QtWidgets.framework/QtWidgets /usr/local/opt/qt5/lib/QtMultimedia.framework/QtMultimedia /usr/local/opt/qt5/lib/QtGui.framework/QtGui /usr/local/opt/qt5/lib/QtNetwork.framework/QtNetwork /usr/local/opt/qt5/lib/QtCore.framework/QtCore
ld: warning: directory not found for option '-L/codecs'
ld: warning: directory not found for option '-L/imageformats'
[100%] Built target fqterm
/usr/local/Cellar/cmake/3.22.1/bin/cmake -E cmake_progress_start /Users/xxx/temp/build/CMakeFiles 0
试用了一下,发现显示有问题:
open ./fqterm.app
每次按 Enter 键后,可以看到屏幕上的字符,大概一秒钟后,好像全部字符就会和变成和背景同一种颜色,于是就只能看到一屏幕都是一个颜色,什么字都看不见了。这回是怎么回事?