[新闻]现在可以提前发KDE 4.0.0正式发布消息了

各种窗口管理器和美化相关
funneian
帖子: 199
注册时间: 2006-06-05 17:53
来自: 四川德阳

#16

帖子 funneian » 2008-01-11 20:03

支持
april_linux
帖子: 144
注册时间: 2005-10-05 23:03

#17

帖子 april_linux » 2008-01-11 20:09

源里应该有中文包
sudo apt-get install kde-l10n-zhcn
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

#18

帖子 xiooli » 2008-01-11 20:18

april_linux 写了:中文语言包下载ftp://ftp.kde.org/pub/kde/stable/4.0.0/src/kde-l10n

代码: 全选

cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4

make && make install
参考这里:viewtopic.php?t=90541
谢谢!果然是装错了语言包,现在已经解决了 :em42
Joolix live OS: http://joolix.com

代码: 全选

dpkg -l|awk '/^rc/{print $2}'|sudo xargs dpkg -P
头像
ghosTM55
帖子: 86
注册时间: 2007-02-14 18:05
来自: 上海
联系:

#19

帖子 ghosTM55 » 2008-01-11 20:21

就是喜欢KDE!
头像
lengyu
帖子: 343
注册时间: 2007-04-12 13:31

#20

帖子 lengyu » 2008-01-13 9:59

为什么我的提示如下错误

代码: 全选

-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND -- broken
CMake Error: The C++ compiler "CMAKE_CXX_COMPILER-NOTFOUND" is not able to compile a simple test program.
It fails with the following output:


CMake will not be able to correctly generate this project.
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring done
头像
千里孤坟
帖子: 212
注册时间: 2005-12-08 16:53
联系:

#21

帖子 千里孤坟 » 2008-01-13 10:33

缺g++编译器。
头像
lengyu
帖子: 343
注册时间: 2007-04-12 13:31

#22

帖子 lengyu » 2008-01-13 11:28

呵呵,谢谢千里了
回复