未发现软件包 libglib2.16.0-dev

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
她给的幸福
帖子: 14
注册时间: 2011-12-20 13:28

未发现软件包 libglib2.16.0-dev

#1

帖子 她给的幸福 » 2011-12-20 13:47

编译pidgin的出现了N多的错误,我才装的ubuntu,也是才玩几天呢
./configure 的时候出现
checking for special C compiler options needed for large files... no
checking for struct sockaddr.sa_len... no
checking whether byte ordering is bigendian... no
checking whether __SUNPRO_C is declared... no
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking if mt is a manifest tool... no
checking whether we are cross compiling... no
checking for gawk... no

You must have GLib 2.16.0 or newer development headers installed to build.

If you have these installed already you may need to install pkg-config so
I can find them.
(只罗列出了错误的地方)
我sudo apt-get install libglib2.16.0-dev pkg-config了
就出现了未发现软件包 libglib2.16.0-dev
然后我继续 sudo 就一直提示这个了
还是不行哦。。。。
小鸟求教啦 呵呵 上课去了,希望回来的适合能有合适的答案哈
头像
wjchen
帖子: 583
注册时间: 2011-05-02 19:08
系统: ubuntu 12.04

Re: 未发现软件包 libglib2.16.0-dev

#2

帖子 wjchen » 2011-12-20 15:17

代码: 全选

sudo apt-get install libglib2.0-dev pkg-config
她给的幸福
帖子: 14
注册时间: 2011-12-20 13:28

Re: 未发现软件包 libglib2.16.0-dev

#3

帖子 她给的幸福 » 2011-12-20 19:21

You must have GTK+ 2.10.0 or newer development headers installed to compile
Pidgin. If you want to build only Finch then specify --disable-gtkui when
running configure.

按照2L的 又来了这个问题来 :em20
头像
wjchen
帖子: 583
注册时间: 2011-05-02 19:08
系统: ubuntu 12.04

Re: 未发现软件包 libglib2.16.0-dev

#4

帖子 wjchen » 2011-12-22 11:03

代码: 全选

sudo apt-get build-dep pidgin
或者源里直接装吧,sudo apt-get install pidgin
回复