我现在在编译compizconfig-backend-gconf-0.6.0
已经解决了一系列的问题之后豁然开朗
再次碰到下面的错误
----
No package 'libcompizconfig' 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 CCS_CFLAGS
and CCS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
----
在终端下输入sudo apt-get install libcompizconfig0-dev
安装下即可 自己再试试编译吧~~~~呵呵我就是这样解决的。
再次感谢大鸟哥哥教的正则
