kernelhcy / gtkqq

a qq client based on gtk+ uses webqq protocol
http://code.google.com/p/gtk-qq/
GNU General Public License v3.0
181 stars 42 forks source link

configure.ac Error in Arch #107

Open phoenixlzx opened 12 years ago

phoenixlzx commented 12 years ago

输出: automake: warnings are treated as errors /usr/share/automake-1.12/am/ltlibrary.am: warning: 'libwebqq.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' src/libqq/Makefile.am:1: while processing Libtool library 'libwebqq.la' autoreconf: automake failed with exit status: 1

应该是configure.ac里忘记添加了AM_PROG_AR,在 configure.ac 的第20行之后添加AM_PROG_AR编译通过。

https://aur.archlinux.org/packages.php?ID=53978

https://bbs.archlinuxcn.org/viewtopic.php?id=909