Groups
Groups
Sign in
Groups
Groups
icalk
Conversations
About
Send feedback
Help
autogen.sh 里 aclocal 版本
32 views
Skip to first unread message
manphiz
unread,
Dec 8, 2007, 5:03:08 AM
12/8/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to icalk
今天抽空编译了看看,感觉已经基本成形,很不错。有时间再仔细研读下代码。 :D
不过发现个小问题: autogen.sh 里要求 automake1.9 ,但 aclocal 却是指定 aclocal-1.7 ,似乎应为
1.9 。 patch 如下:
Index: autogen.sh
===================================================================
--- autogen.sh (revision 226)
+++ autogen.sh (working copy)
@@ -4,7 +4,7 @@
: ${AUTOCONF=autoconf}
: ${AUTOHEADER=autoheader}
: ${AUTOMAKE=automake-1.9}
-: ${ACLOCAL=aclocal-1.7}
+: ${ACLOCAL=aclocal-1.9}
: ${LIBTOOLIZE=libtoolize}
: ${INTLTOOLIZE=intltoolize}
: ${LIBTOOL=libtool}
lerosua
unread,
Dec 8, 2007, 5:24:21 AM
12/8/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ic...@googlegroups.com
谢谢。补正中~
在07-12-8,
manphiz
<
man...@gmail.com
> 写道:
lerosua
unread,
Dec 8, 2007, 5:25:56 AM
12/8/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ic...@googlegroups.com
不过~ automake用1.9, aclocal就一定是要用1.9吗??
得搞清这个问题再补正。你现在能正常编译吗?
在07-12-8,
lerosua
<
ler...@gmail.com
> 写道:
manphiz
unread,
Dec 8, 2007, 11:03:50 AM
12/8/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to icalk
On Dec 8, 6:25 pm, lerosua <
lero...@gmail.com
> wrote:
> 不过~ automake用1.9, aclocal就一定是要用1.9吗??
>
> 得搞清这个问题再补正。你现在能正常编译吗?
>
安装 automake1.7 也应该可以。不过 autogen.sh 并不检测 automake1.7 是否安装。而且版本一致是好事,而且能减
少依赖 :)
> 在07-12-8,lerosua <
lero...@gmail.com
> 写道:
>
>
>
> > 谢谢。补正中~
>
> > 在07-12-8,manphiz <
manp...@gmail.com
> 写道:
小武
unread,
Jan 23, 2008, 12:50:38 AM
1/23/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to icalk
增加了依赖,解决了问题!
Deng Xiyue
unread,
Jan 24, 2008, 9:07:13 PM
1/24/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ic...@googlegroups.com
小武 wrote:
> 增加了依赖,解决了问题!
>
需要依赖 gnome-common ? 感觉 icalk 并非 GNOME 程序。
yetist
unread,
Jan 24, 2008, 9:18:18 PM
1/24/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ic...@googlegroups.com
这是偷懒的做法,因为gnome-common里面的gnome-autogen.sh比较成熟,通用性也好,如果不想依赖gnome-common也是可以的,自己花点时间写一个通用的autogen.sh。我们现在主要是先让他能工作起来,然后再慢慢完善细节。
在 08-1-25,Deng Xiyue<
man...@gmail.com
> 写道:
Reply all
Reply to author
Forward
0 new messages