各位大神,小的初学打包,出现如下情况跪求解释...感激涕零...<10.04LTS>

编译打包和其他
回复
头像
qioffe
帖子: 21
注册时间: 2008-11-12 4:06

各位大神,小的初学打包,出现如下情况跪求解释...感激涕零...<10.04LTS>

#1

帖子 qioffe » 2010-09-26 4:58

checking how to hardcode library paths into programs... immediate
checking how to run the C++ preprocessor... g++ -E
checking for socket... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... configure: error: Package requirements (gtkmm-2.4 >= 2.6.0 libglademm-2.4 >= 2.4.0 libxml-2.0 >= 2.6.0 giomm-2.4 >= 2.6.0) were not met:

No package 'gtkmm-2.4' found
No package 'libglademm-2.4' found
No package 'giomm-2.4' 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 PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [config.status] 错误 1
dpkg-buildpackage: 错误: debian/rules build 提供错误退出状态 2

RT,ps:是不是缺少支持?新立得里面浩繁如牛毛,实在不知哪个是那个,现言谢。
achen.han
帖子: 442
注册时间: 2010-09-08 23:33

Re: 各位大神,小的初学打包,出现如下情况跪求解释...感激涕零...<10.04LTS>

#2

帖子 achen.han » 2010-09-26 19:48

No package 'gtkmm-2.4' found
No package 'libglademm-2.4' found
No package 'giomm-2.4' found
BinBinLiao
帖子: 1
注册时间: 2012-11-08 19:21

Re: 各位大神,小的初学打包,出现如下情况跪求解释...感激涕零...<10.04LTS>

#3

帖子 BinBinLiao » 2012-11-08 20:51

gtkmm-2.4 >= 2.6.0 libglademm-2.4 >= 2.4.0 libxml-2.0 >= 2.6.0 giomm-2.4 >= 2.6.0

说明你的依赖包的版本过低,更新下 。。
回复