[问题]求助安装飞鸽传书问题

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

[问题]求助安装飞鸽传书问题

#1

帖子 XavOeYi » 2007-01-12 22:14

飞鸽传书出新版了

GNOME2 IP Messenger by T.Kato (2007/01/08)

可惜我编译出错:
xavoeyi@ubuntu:~$ cd /home/xavoeyi/temp/g2ipmsg-0.8.6
xavoeyi@ubuntu:~/temp/g2ipmsg-0.8.6$ ./configure --prefix=/usr --sysconfdir=/etc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for intltool >= 0.31... 0.35.0 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... ja
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for GST... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
./config.status: line 1297: po/Makefile: Permission denied
config.status: executing po/stamp-it commands
xavoeyi@ubuntu:~/temp/g2ipmsg-0.8.6$ make
make all-recursive
make[1]: Entering directory `/home/xavoeyi/temp/g2ipmsg-0.8.6'
Making all in src
make[2]: Entering directory `/home/xavoeyi/temp/g2ipmsg-0.8.6/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/panel-2.0 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -O2 -MT ipmsg.o -MD -MP -MF ".deps/ipmsg.Tpo" -c -o ipmsg.o ipmsg.c; \
then mv -f ".deps/ipmsg.Tpo" ".deps/ipmsg.Po"; else rm -f ".deps/ipmsg.Tpo"; exit 1; fi
In file included from ipmsg.c:29:
common.h:21:18: error: menu.h: No such file or directory
make[2]: *** [ipmsg.o] 错误 1
make[2]: Leaving directory `/home/xavoeyi/temp/g2ipmsg-0.8.6/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/xavoeyi/temp/g2ipmsg-0.8.6'
make: *** [all] 错误 2
不知道什么原因,请高手指教。
或者编译为deb也可以啊。

同学Win的,都用这个传文件,方便。
慢慢来,一步一个脚印
deepin
围脖:http://weibo.com/XavOeYi
xiechy
帖子: 1074
注册时间: 2006-01-18 15:01

#2

帖子 xiechy » 2007-01-12 22:40

checkinstall的包,有问题再说吧。我不喜欢这种软件,就不花时间专门打包了。
附件
g2ipmsg_0.8.6-1_i386.deb
(287.88 KiB) 已下载 857 次
头像
XavOeYi
帖子: 46
注册时间: 2007-01-06 23:04
联系:

#3

帖子 XavOeYi » 2007-01-13 12:57

谢谢,安装成功了。
主要是学校局域网传文件还不错。速读快
慢慢来,一步一个脚印
deepin
围脖:http://weibo.com/XavOeYi
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#4

帖子 eexpress » 2007-01-13 18:12

贴个图演示看看。
● 鸣学
头像
XavOeYi
帖子: 46
注册时间: 2007-01-06 23:04
联系:

图片

#5

帖子 XavOeYi » 2007-01-14 12:57

图片
附件
Screenshot-g2ipmsg.png
Screenshot-g2ipmsg.png (4.87 KiB) 查看 2126 次
Screenshot-g2ipmsg-1.png
可以传文件
可以传文件
Screenshot-Edit Attachments.png (8.42 KiB) 查看 1395 次
慢慢来,一步一个脚印
deepin
围脖:http://weibo.com/XavOeYi
cindy
帖子: 59
注册时间: 2007-01-17 17:09
来自: 波间带

#6

帖子 cindy » 2007-01-18 5:55

好东西吖
nothing
帖子: 26
注册时间: 2007-01-10 20:57

#7

帖子 nothing » 2007-01-18 8:51

这东西可以
只不过我是在WINDOWS下安装的
请问飞鸽可不可以在linux和windows相互传输数据?
uninone
帖子: 100
注册时间: 2006-10-19 9:35
联系:

#8

帖子 uninone » 2007-01-20 10:21

装了,但是在终端运行出现界面前会报错,进入界面后所有操作都报错,不知何故
头像
XavOeYi
帖子: 46
注册时间: 2007-01-06 23:04
联系:

#9

帖子 XavOeYi » 2007-03-03 1:07

nothing 写了:这东西可以
只不过我是在WINDOWS下安装的
请问飞鸽可不可以在linux和windows相互传输数据?
可以,已经试验过
慢慢来,一步一个脚印
deepin
围脖:http://weibo.com/XavOeYi
segovia
帖子: 1
注册时间: 2007-03-10 1:53

问一个很菜鸟的问题

#10

帖子 segovia » 2007-03-10 2:13

安装好之后怎样打开?
zwkuang
帖子: 252
注册时间: 2007-03-12 19:14
来自: 天各一方

#11

帖子 zwkuang » 2007-03-17 16:29

我的也是在编译时出错了!
kzw@kzw-desktop:~/download/fly/g2ipmsg-0.8.6$ ./configure --prefix=/usr --sysconfdir=/etc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
为什么会出现
error: C compiler cannot create executables?
请问如何解决?
zsumfy
帖子: 4
注册时间: 2007-04-28 13:06

太好了,终于有ipmsg用了

#12

帖子 zsumfy » 2007-04-28 13:23

自己编译过好多次都失败了,只好将就着用ftp和samba来跟同学传送文件。。。 :D :)
回复