之前编译的时候一直没有注意过这个问题
刚看了一篇杂乱的文章发现编译的时候可以禁用kde
sudo ./configure --prefix=/usr --disable-kde
看到了吧?
--disable=kde
然后再make看看是否kde的错误过去了?
Written by 小锋 on 07-11-05 6:54 PM
之前编译的时候一直没有注意过这个问题
刚看了一篇杂乱的文章发现编译的时候可以禁用kde
sudo ./configure --prefix=/usr --disable-kde
看到了吧?
--disable=kde
然后再make看看是否kde的错误过去了?
Written by 小锋 on 07-11-05 6:19 PM
为什么会
and the following optional features will be compiled:
gtk: no
metacity: no
gnome: no
kde: yes
很简单........
» 阅读全文
Written by 小锋 on 07-11-01 11:02 AM
Written by 小锋 on 07-11-01 10:55 AM
Written by 小锋 on 07-10-31 12:40 PM
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
嘿嘿
sudo apt-get install kdelibs4-dev
就可以解决了。。。自己找的包包哦
Written by 小锋 on 07-10-31 12:30 PM
编译compiz-0.6.0文件夹里面的时候碰到了下面这个问题
No package 'libstartup-notification-1.0' found
解决方法
sudo apt-get install libstartup-notification*
Written by 小锋 on 07-10-31 11:40 AM
我都佩服我自己了 又被自己解决了。
这次我在编译compizconfig-backend-gconf-0.6.0的时候
sudo ./configure然后碰到了
----
No package 'gconf-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GCONF_CFLAGS
and GCONF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
----
我前几天我个个文件夹compiz相关的里面都给编译过都碰到了很多问题
这次是迎刃而解了。。。
sudo apt-get install libgconf2-dev
就可以解决No package 'gconf-2.0' found问题了 太棒了我要继续
编译compiz 0.6.0
Written by 小锋 on 07-10-31 11:04 AM
编译compiz-bcop-0.6.0的时候碰到的。
----------
No package 'libxslt' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBXSLT_CFLAGS
and LIBXSLT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
-----------
这个问题上次也碰到了 没给解决 这次自己用正则找
然后找到了libxslt-dev
马上用sudo apt-get install libxslt-dev
然后再次编译sudo ./configure哇靠竟然成功了~~哈哈高兴死了。。
继续编译去了
Written by 小锋 on 07-10-29 8:50 PM
今天才发现ubuntu的默认支持默认安装的效果是这样的。。。
今天下午去学校帮朋友装Ubuntu的系统~
中途没什么大问题的~~装完了之后发现的是和我的电脑装完后是不一样的
他的系统直接识别显卡分辨率和显卡驱动还有就是默认装上了compiz哇塞~~~
省了好多事~~~~~但是compiz effects destop setting还是要自己装的不然
默认开启了compiz fusion后 那些快捷按钮都可以按~~~~但是不能修改???在哪儿修改呢?
控制的东西呢???呵呵当然是compiz effects desktop setting的那个啦。
然后进打开新立得 搜了compiz 然后找到给装上了。~~~
一切很都很顺利 只是有两件事情让我头疼了一下一个是open office和输入法
到最后只能卸载了openoffice的那个才解决了问题
但是小企鹅输入法就是应用不上去-_-由于时间问题就没弄了~~~
Ubuntu系统还有好多地方值得去学的去玩的~!更要去挖掘~~~
注意:后来看了一下他的电脑不是ATI也不是NVIDIA 是Inter的怪不得直接给装上compiz了
Written by 小锋 on 07-10-23 4:36 PM
