您尚未登录。

#1 2013-11-20 18:22:21

wych
论坛版主
注册时间: 2011-11-27
帖子: 103

编译gtkqq的问题

先是有这个问题:

src/test/Makefile.am:14: warning: source file '${srcdir}/../comm/cprint.c' is in a subdirectory,
src/test/Makefile.am:14: but option 'subdir-objects' is disabled

我把configure.ac里改成这样就可以通过。

#AM_INIT_AUTOMAKE([-Wall -Werror])
  AM_INIT_AUTOMAKE([subdir-objects])

接着编译的时候出现:

make[1]: Entering directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq'
Making all in src
make[2]: Entering directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq/src'
Making all in comm
make[3]: Entering directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq/src/comm'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq/src/comm'
Making all in libqq
make[3]: Entering directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq/src/libqq'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq/src/libqq'
Making all in gui
make[3]: Entering directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq/src/gui'
Makefile:502: ../comm/.deps/cprint.Po: 没有那个文件或目录
Makefile:503: ../comm/.deps/log.Po: 没有那个文件或目录
make[3]: *** No rule to make target '../comm/.deps/log.Po'。 停止。
make[3]: Leaving directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq/src/gui'
Makefile:359: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq/src'
Makefile:414: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-wych/aur-gtkqq-git/src/gtkqq'
Makefile:345: recipe for target 'all' failed
make: *** [all] Error 2

似乎是src/comm里没编译,手工进去make是

Nothing to be done for 'all'

各位有什么思路?

这个包作者是不开发了么?

最近编辑记录 wych (2013-11-20 18:23:20)


Twitter@wych42

离线

#2 2014-01-19 15:51:57

枫叶饭团
免费会员
所在地: C.C.
注册时间: 2011-08-27
帖子: 190
个人网站

Re: 编译gtkqq的问题

恩,应该是不开发了的吧,用lwqq4pidgin吧

离线

#3 2014-01-20 09:49:10

hotea
会员
所在地: 宇宙尽头的餐馆
注册时间: 2013-08-19
帖子: 36
个人网站

Re: 编译gtkqq的问题

big_smile  别用qq了

离线

#4 2014-02-01 17:14:40

rebamarvin
会员
注册时间: 2014-02-01
帖子: 1

Re: 编译gtkqq的问题

现在arch可以安装E18了没


reba

离线

页脚