页次: 1
先是有这个问题:
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
离线
离线
别用qq了
离线
现在arch可以安装E18了没
reba
离线
页次: 1