LINUX 下的飞鸽传书(IP信使)--CugbIpMsg-GTK2 0.13版 (测试)

仅仅用于软件推荐,不适合发求软件或软件使用问题方面的贴子
roseinmay
帖子: 15
注册时间: 2007-03-06 1:31

LINUX 下的飞鸽传书(IP信使)--CugbIpMsg-GTK2 0.13版 (测试)

#1

帖子 roseinmay » 2007-12-07 11:04

CugbIpMsg-GTK2 0.13版 (测试)

转贴至http://linuxopen.cugb.edu.cn/Forum/read.php?tid=622&fpage=2

注意:0.13版还是测试版,不过看样子它还能运作 :)

相比上一版(0.12)增加了如下功能:

1.解决了与windows下的IP信使(飞鸽传书)中文通讯的兼容问题.
2.增加了"文件传送"功能.可以和windows下的IP信使互传文件.不过一次只能传一个文件或者接收一个文件,后续版本将添加多文件传送与接收功能.

后续版本有望进度:
1.增加同时与多人互传文件的功能
2.增加"文件夹传送"功能.

不足之处,请大家一起帮助完善.
附件
CugbIpMsg-gtk-0.13.tar.gz
LINUX下的飞鸽传书。
(743.79 KiB) 已下载 7008 次
截图。
截图。
roseinmay
帖子: 15
注册时间: 2007-03-06 1:31

编译依赖条件

#2

帖子 roseinmay » 2007-12-07 11:06

编译依赖条件:
软件核心功能尽量使用 posix标准 C语言开发
图形界面和多线程开发使用了GTK+ 2.0库,因为很多GUI界面的软件使用了GTK或QT库,否则不能编译很多常见的图形界面软件,比如著名的电影播放器mplayer,其设置菜单,弹出菜单还有播放链表数据结构是使用GTK和glib来编写的,所以在个人桌面系统里安装GTK库也不算过分,如果你的系统还没安装GTK库,请:
对于Debian || Ubuntu等使用deb包的发行版用户,可以使用APT命令安装:

#apt-get install libgtk2.0-dev

RedHat || 红旗 || 等使用rpm包的发行版用户,可以到http://www.gtk.org/download/下载GTK

CugbIpMsk-gtk编译方法:
1.解压软件包. $ tar -zxvf CugbIpMsg-gtk-0.13.tar.gz
2.进入源代码目录. $ cd CugbIpMsg-gtk-0.13
3.配置. $ ./configure 这一步如果出错,说明您的系统缺少必要的软件,请到"综合提问"版块求助.或者跟帖,贴出您的报错.
4. 编译. $ make 在 src目录下生成可执行文件 cugbipmsg-gtk,到这一步就行了,如果你有需要,请运行第5步,第5步会在/usr/local目录安装程序,因为只有超级用户才对 /usr/local目录有写的权限,请确保你先用命令"su"转换成超级用户.
5.安装. # make install 软件将会装在/usr/local/bin目录下,当然你也可以不需要这一步,直接把第4步骤的src下的cugbipmsg-gtk复制到任意地方直接运行即可.
6.运行方法 $ cugbipmsg-gtk 如果你没运行第5步,请找到源代码目录src下的 cugbipmsg-gtk运行之.

测试通过平台:
Linux Debian Testing
头像
aslen
帖子: 613
注册时间: 2006-08-28 23:00

#3

帖子 aslen » 2007-12-07 21:38

纯支持,不下!飘过!
zabbey
帖子: 296
注册时间: 2006-05-06 2:03

#4

帖子 zabbey » 2007-12-07 23:34

看起来比其它版本的要好,整个DEB包出来吧~
头像
npnufn
帖子: 1845
注册时间: 2005-10-14 15:56

#5

帖子 npnufn » 2007-12-08 15:08

支持
yunio:又一个支持linux的云存储:链接 (非邀请链接)。
BCM4313驱动正常无法联网的解决:这里
plank:轻巧漂亮的dock 介绍在这里
foxnboy
帖子: 35
注册时间: 2007-11-11 10:14

#6

帖子 foxnboy » 2007-12-09 21:31

45M?...
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#7

帖子 eexpress » 2007-12-09 21:53

嗯。出个deb吧。方便管理。
● 鸣学
zabbey
帖子: 296
注册时间: 2006-05-06 2:03

#8

帖子 zabbey » 2007-12-10 8:41

这么快就被下载了3126次了!
zabbey
帖子: 296
注册时间: 2006-05-06 2:03

#9

帖子 zabbey » 2007-12-10 23:25

好像没有启动时自动刷新在线用户列表。
Alchemist
帖子: 32
注册时间: 2007-03-07 4:16

#10

帖子 Alchemist » 2007-12-11 2:44

直接用wine就好了嘛
头像
kqueenc
帖子: 630
注册时间: 2007-05-27 20:29

#11

帖子 kqueenc » 2007-12-11 3:09

试用了下还是很不错的。
希望能早日完善文件夹传输的功能。毕竟一个个文件传送总不是特别方便。

感谢作出的努力。
mensan2008
帖子: 1
注册时间: 2007-12-07 10:17

#12

帖子 mensan2008 » 2007-12-11 15:29

看起来还不错,支持一下 :lol: 等待新版本的出现
头像
raulvii
帖子: 90
注册时间: 2006-10-21 17:06

#13

帖子 raulvii » 2007-12-11 16:06

只能在gnome环境下使用
kde下就不行
装wine然后使用windows下的飞鸽就好啦
头像
hnzksq
帖子: 473
注册时间: 2007-07-11 16:21
来自: 火星

#14

帖子 hnzksq » 2007-12-11 20:03

等待文件夹传送的开启,漂过~~~
------
“不要揣测神的心,我的孩子,”老头子的声音仿佛梦呓,“神的胸膛里没有心,那只是一块铁石。”
sugar520
帖子: 14
注册时间: 2007-12-06 15:30

#15

帖子 sugar520 » 2007-12-13 2:05

我不知是什么问题:

root@sugar-desktop:/home/sugar/faige# ./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 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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
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 ISO C89... (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 ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... 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... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... configure: error: Package requirements (gtk+-2.0 gdk-2.0) were not met:

No package 'gtk+-2.0' found
No package 'gdk-2.0' 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 PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

root@sugar-desktop:/home/sugar/faige#
回复