安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

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

安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#1

帖子 ntgouki » 2012-01-25 21:16

ntgouki@ntgouki-UL20FT:~/downloads/tomboy-1.8.3$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking gnome-doc-utils >= 0.17.3... no
configure: error: gnome-doc-utils >= 0.17.3 not found
ntgouki@ntgouki-UL20FT:~/downloads/tomboy-1.8.3$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#2

帖子 枫叶饭团 » 2012-01-25 21:17

configure: error: gnome-doc-utils >= 0.17.3 not found
ntgouki
帖子: 27
注册时间: 2007-09-20 13:44

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#3

帖子 ntgouki » 2012-01-25 21:20

能解释下,这个是什么意思吗?怎么解决呢?
ntgouki
帖子: 27
注册时间: 2007-09-20 13:44

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#4

帖子 ntgouki » 2012-01-25 21:25

是指 gnome-doc-utils版本太低,要升级吗?
ntgouki
帖子: 27
注册时间: 2007-09-20 13:44

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#5

帖子 ntgouki » 2012-01-25 21:28

明白了,
sudo apt-get install gnome-doc-utils
ntgouki
帖子: 27
注册时间: 2007-09-20 13:44

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#6

帖子 ntgouki » 2012-01-25 21:55

其实这是一个在11.10下安装tomboy1.8.3的过程,
我自己慢慢总结吧,接下来还会报如下错误
1、 Your intltool is too old. You need intltool 0.35 or later.
解决 sudo apt-get install intltool
2、configure: error: Can't find "gmcs" in your PATH
解决 sudo apt-get install mono-gmcs
ntgouki
帖子: 27
注册时间: 2007-09-20 13:44

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#7

帖子 ntgouki » 2012-01-25 21:57

接下来还会报错,

checking for MONO... no
configure: error: Package requirements (mono >= 1.9.1) were not met:

No package 'mono' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables MONO_CFLAGS
and MONO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

还没有找到解决的方案,还去想想
头像
xzy3186
帖子: 419
注册时间: 2007-09-11 18:38

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#8

帖子 xzy3186 » 2012-01-25 23:00

LZ为啥就不想用
sudo apt-get install tomboy
呢?
aerofox
帖子: 1453
注册时间: 2008-05-24 8:30

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#9

帖子 aerofox » 2012-01-25 23:24

用 gnote 代替 tomboy 也不错
ntgouki
帖子: 27
注册时间: 2007-09-20 13:44

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#10

帖子 ntgouki » 2012-01-25 23:40

xzy3186 写了:LZ为啥就不想用
sudo apt-get install tomboy
呢?
回8楼的,我的tomboy突然不能同步了,我想把它升级了,源里面的版本我试过了,还是不能同步
所以想用官方的最新版试试

其实我问过同步的问题,有大哥说是“ubuntuone服务器已经被屏蔽”
viewtopic.php?f=35&t=361582

我把上面的问题解决了,方法是安装momo。到官网下了一个,安装OK

接下来又出现了以下问题
configure: error: Package requirements (gdk-2.0 >= 2.6.0
gtk+-2.0 >= 2.14.0
atk >= 1.2.4) were not met:

No package 'gdk-2.0' found
No package 'gtk+-2.0' found
No package 'atk' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBTOMBOY_CFLAGS
and LIBTOMBOY_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
今天晚了,明天再看看又缺什么包了
先谢谢各位了 :em11
头像
xzy3186
帖子: 419
注册时间: 2007-09-11 18:38

Re: 安装tomboy出现的问题,关于 ./configure make 的,新手,大家包涵

#11

帖子 xzy3186 » 2012-01-26 8:42

ntgouki 写了:
xzy3186 写了:LZ为啥就不想用
sudo apt-get install tomboy
呢?
回8楼的,我的tomboy突然不能同步了,我想把它升级了,源里面的版本我试过了,还是不能同步
所以想用官方的最新版试试

其实我问过同步的问题,有大哥说是“ubuntuone服务器已经被屏蔽”
viewtopic.php?f=35&t=361582

我把上面的问题解决了,方法是安装momo。到官网下了一个,安装OK

接下来又出现了以下问题
configure: error: Package requirements (gdk-2.0 >= 2.6.0
gtk+-2.0 >= 2.14.0
atk >= 1.2.4) were not met:

No package 'gdk-2.0' found
No package 'gtk+-2.0' found
No package 'atk' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBTOMBOY_CFLAGS
and LIBTOMBOY_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
今天晚了,明天再看看又缺什么包了
先谢谢各位了 :em11
从来不用ubuntuone同步。我的所有gnote/tomboy的文本文件全部在dropbox的同步夹中,这样所有发行版都能自动同步。
回复