Linux kdbg'的问题;s基于GNOME/Ubuntu19.10的构建

Linux kdbg'的问题;s基于GNOME/Ubuntu19.10的构建,linux,ubuntu,terminal,kdbg,Linux,Ubuntu,Terminal,Kdbg,我在构建KDBG时遇到问题,尤其是在运行cmake时(如我下载的KDBG文件夹上的自述文件所示)。显示的错误如下所示: mimiview@ubuntu:~/Desktop/kdbg-3.0.1/kdbg$ cmake . CMake Error at pics/CMakeLists.txt:1 (include): include could not find load file: ECMInstallIcons CMake Error at pics/CMakeLists.txt

我在构建KDBG时遇到问题,尤其是在运行cmake时(如我下载的KDBG文件夹上的自述文件所示)。显示的错误如下所示:

mimiview@ubuntu:~/Desktop/kdbg-3.0.1/kdbg$ cmake .
CMake Error at pics/CMakeLists.txt:1 (include):
  include could not find load file:
    ECMInstallIcons

CMake Error at pics/CMakeLists.txt:33 (ecm_install_icons):
  Unknown CMake command "ecm_install_icons".

CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 3.13)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "/home/mimiview/Desktop/kdbg-3.0.1/kdbg/CMakeFiles/CMakeOutput.log".`

有人能帮我吗?

安装软件包
额外的cmake模块

sudo apt install extra-cmake-modules

它应该包含丢失的文件。

您使用的是稳定版本吗?pics/CMakeLists.txt似乎找不到ECMInstallIcons include,这也导致错误
未知CMake命令“ecm\u安装\u icons”
。cmake_minimum_required消息只是对kdbg开发者的一个警告。我正在使用Ubuntu19.10,我发现像kbdg这样的东西在这个版本中并不作为一个包存在,我试着做了很多事情,但他们都出了问题。现在我有了一个新的vm和另一个发行版。谢谢,我试过了,但是我的版本不支持一些不可安装的软件包