Fetching source from mirror: http://download.kde.org/stable/frameworks/6.11/ktexteditor-6.11.0.tar.xz
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


In file included from /usr/include/stdio.h:33,
                 from /usr/include/c++/13.3.0/cstdio:42,
                 from /usr/include/c++/13.3.0/ext/string_conversions.h:45,
                 from /usr/include/c++/13.3.0/bits/basic_string.h:4109,
                 from /usr/include/c++/13.3.0/string:54,
                 from /usr/include/c++/13.3.0/bits/locale_classes.h:40,
                 from /usr/include/c++/13.3.0/bits/ios_base.h:41,
                 from /usr/include/c++/13.3.0/streambuf:43,
                 from /usr/include/c++/13.3.0/bits/streambuf_iterator.h:35,
                 from /usr/include/c++/13.3.0/iterator:66,
                 from /usr/include/qt6/QtCore/qcontainertools_impl.h:20,
                 from /usr/include/qt6/QtCore/qarraydataops.h:9,
                 from /usr/include/qt6/QtCore/qarraydatapointer.h:7,
                 from /usr/include/qt6/QtCore/qlist.h:8,
                 from /usr/include/qt6/QtCore/QList:1,
                 from /var/pisi/ktexteditor-6.11.0-75/work/ktexteditor-6.11.0/build/src/CMakeFiles/KF6TextEditor.dir/cmake_pch.hxx:5,
                 from :
/var/pisi/ktexteditor-6.11.0-75/work/ktexteditor-6.11.0/src/buffer/katetextblock.cpp: In member function ‘void Kate::TextBlock::mergeBlock(Kate::TextBlock*)’:
/var/pisi/ktexteditor-6.11.0-75/work/ktexteditor-6.11.0/src/buffer/katetextblock.cpp:547:28: warning: ‘offsetof’ within non-standard-layout type ‘Kate::TextRange’ is conditionally-supported [-Winvalid-offsetof]
  547 |     static_assert(offsetof(TextRange, m_start) < offsetof(TextRange, m_end), "m_start should be before m_end otherwise it will break block merging");
      |                            ^
/var/pisi/ktexteditor-6.11.0-75/work/ktexteditor-6.11.0/src/buffer/katetextblock.cpp:547:59: warning: ‘offsetof’ within non-standard-layout type ‘Kate::TextRange’ is conditionally-supported [-Winvalid-offsetof]
  547 |     static_assert(offsetof(TextRange, m_start) < offsetof(TextRange, m_end), "m_start should be before m_end otherwise it will break block merging");
      |                                                           ^
*** 0 error(s), 1 warning(s)