checking for kde-config... not found
configure: error: The important program kde-config was not found!
xxh@xxh-laptop:/home/works/kscope-1.6.0$ sudo apt-get install kdelibs
2.
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
xxh@xxh-laptop:/home/works/kscope-1.6.0$ sudo apt-get install g++
3.
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
xxh@xxh-laptop:/home/works/kscope-1.6.0$sudo apt-get install x-dev
xxh@xxh-laptop:/home/works/kscope-1.6.0$ sudo apt-get install libx11-dev
sudo apt-get install xlibs-dev
sudo apt-get install kdelibs4-dev
4.
configure: error: The important program mcopidl was not found!
5.
configure: error: Lex/Flex is required in order to build KScope
sudo apt-get install flex
6.
configure: error: Yacc/Bison is required in order to build KScope
sudo apt-get install bison
7. arts 报错
./configure --without-arts
Kscop setup in Ubuntu
最新推荐文章于 2024-09-08 20:04:01 发布
本文记录了在安装配置KScope过程中遇到的各种错误及其解决办法,包括找不到kde-config、C++预处理器失败、缺少X包含文件、未找到mcopidl程序、缺少Lex/Flex及Yacc/Bison等问题,并提供了相应的apt-get安装命令来解决问题。
1.
2892

被折叠的 条评论
为什么被折叠?



