被删除的 KGraphViewer 有替代包吗?
qt dev 包已安装。最新的 Umbrello 可以编译。
我也尝试从 git remake 编译它-DCMAKE_INSTALL_PREFIX=/usr/local
。
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt-Version 5.2.1 (using /usr/bin/qmake)
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl (found version "5.18.2")
-- Found Phonon: /usr/include (Required is at least version "4.3.80")
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
QT_QT_INCLUDE_DIR
used as include directory in directory /home/torbjorr/kgraphviewer/build/CMakeFiles/CMakeTmp
CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:1311 (message):
Unable to compile a basic Qt application. Qt has not been found correctly.
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (find_package)
CMakeLists.txt:8 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/torbjorr/kgraphviewer/build/CMakeFiles/CMakeOutput.log".
See also "/home/torbjorr/kgraphviewer/build/CMakeFiles/CMakeError.log".
答案1
图形查看器
这是:http://extragear.kde.org/apps/kgraphviewer/
可用的:http://packages.ubuntu.com/search?keywords=kgraphviewer
询问反向移植:https://help.ubuntu.com/community/UbuntuBackports
DIY - 如果你现在想要的话 (从乌托邦到可信赖)
在这里安装:
- 构建必需品
- 假根
- dpkg-开发
- 构建
- 帮助器
- kdelibs5-dev
- libphonon-dev
下载http://packages.ubuntu.com/utopic/kgraphviewer:
- kgraphviewer_2.1.90-0ubuntu1.dsc
- kgraphviewer_2.1.90.原始.tar.xz
- kgraphviewer_2.1.90-0ubuntu1.debian.tar.xz
使用命令解包:
dpkg-source -x *.dsc
编译:
dpkg-buildpackage -b -rfakeroot -us -uc
缺少依赖项:
dpkg-checkbuilddeps:未满足的构建依赖项:kdepimlibs5-dev libboost1.55-dev libgraphviz-dev
安装这些并再试一次...
有以下包:
- kgraphviewer-dbg_2.1.90-0ubuntu1_amd64.deb
- kgraphviewer-dev_2.1.90-0ubuntu1_amd64.deb
- kgraphviewer_2.1.90-0ubuntu1_amd64.deb
- libkgraphviewer2_2.1.90-0ubuntu1_amd64.deb
安装 kgraphviewer,然后安装 libkgraphviewer2。
似乎在这里工作...