Fetion for linux,使用飞信2010最新协议[10月24日更新v2.0](更美观更稳定)
- jimmyxu
- 帖子: 335
- 注册时间: 2009-11-16 0:30
- 来自: sh
- 联系:
-
- 帖子: 2
- 注册时间: 2010-03-12 18:04
-
- 帖子: 3173
- 注册时间: 2010-01-13 23:26
-
- 帖子: 12
- 注册时间: 2009-06-20 0:09
Re: Fetion for linux,使用飞信2010最新协议[6月7日更新v1.6]
make的时候显示如下,什么问题阿?
roy@roy-laptop:~/桌面/openfetion-1.6.1$ make
make all-recursive
make[1]: 正在进入目录 `/home/roy/桌面/openfetion-1.6.1'
Making all in src
make[2]: 正在进入目录 `/home/roy/桌面/openfetion-1.6.1/src'
gcc -DHAVE_CONFIG_H -I. -I.. `xml2-config --cflags` `pkg-config --cflags gtk+-2.0 gthread-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 -I../include -I../include/openfetion -I ../. -DSKIN_DIR=\"/usr/local/share/openfetion/skin/\" -DRESOURCE_DIR=\"/usr/local/share/openfetion/resource/\" -g -O2 -MT openfetion-fetion_buddylist.o -MD -MP -MF .deps/openfetion-fetion_buddylist.Tpo -c -o openfetion-fetion_buddylist.o `test -f 'fetion_buddylist.c' || echo './'`fetion_buddylist.c
In file included from fetion_buddylist.c:21:
../include/openfetion/fetion_include.h:36:28: error: openssl/crypto.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:37:25: error: openssl/ssl.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:38:25: error: openssl/err.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:39:26: error: openssl/rand.h: 没有那个文件或目录
In file included from ../include/openfetion/fetion_include.h:41,
from fetion_buddylist.c:21:
../include/openfetion/fetion_types.h:123: error: expected specifier-qualifier-list before ‘SSL’
make[2]: *** [openfetion-fetion_buddylist.o] 错误 1
make[2]:正在离开目录 `/home/roy/桌面/openfetion-1.6.1/src'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/roy/桌面/openfetion-1.6.1'
make: *** [all] 错误 2
roy@roy-laptop:~/桌面/openfetion-1.6.1$ make
make all-recursive
make[1]: 正在进入目录 `/home/roy/桌面/openfetion-1.6.1'
Making all in src
make[2]: 正在进入目录 `/home/roy/桌面/openfetion-1.6.1/src'
gcc -DHAVE_CONFIG_H -I. -I.. `xml2-config --cflags` `pkg-config --cflags gtk+-2.0 gthread-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 -I../include -I../include/openfetion -I ../. -DSKIN_DIR=\"/usr/local/share/openfetion/skin/\" -DRESOURCE_DIR=\"/usr/local/share/openfetion/resource/\" -g -O2 -MT openfetion-fetion_buddylist.o -MD -MP -MF .deps/openfetion-fetion_buddylist.Tpo -c -o openfetion-fetion_buddylist.o `test -f 'fetion_buddylist.c' || echo './'`fetion_buddylist.c
In file included from fetion_buddylist.c:21:
../include/openfetion/fetion_include.h:36:28: error: openssl/crypto.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:37:25: error: openssl/ssl.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:38:25: error: openssl/err.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:39:26: error: openssl/rand.h: 没有那个文件或目录
In file included from ../include/openfetion/fetion_include.h:41,
from fetion_buddylist.c:21:
../include/openfetion/fetion_types.h:123: error: expected specifier-qualifier-list before ‘SSL’
make[2]: *** [openfetion-fetion_buddylist.o] 错误 1
make[2]:正在离开目录 `/home/roy/桌面/openfetion-1.6.1/src'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/roy/桌面/openfetion-1.6.1'
make: *** [all] 错误 2
- tiejohn
- 帖子: 122
- 注册时间: 2009-04-26 8:21
Re: Fetion for linux,使用飞信2010最新协议[6月7日更新v1.6]
我发在211楼的BUG,上网本上 的窗口栏不显示,右键后菜单透明的问题没解决。
-
- 帖子: 3173
- 注册时间: 2010-01-13 23:26
Re: Fetion for linux,使用飞信2010最新协议[6月7日更新v1.6]
安装ssl的开发库。roy1989 写了:make的时候显示如下,什么问题阿?
roy@roy-laptop:~/桌面/openfetion-1.6.1$ make
make all-recursive
make[1]: 正在进入目录 `/home/roy/桌面/openfetion-1.6.1'
Making all in src
make[2]: 正在进入目录 `/home/roy/桌面/openfetion-1.6.1/src'
gcc -DHAVE_CONFIG_H -I. -I.. `xml2-config --cflags` `pkg-config --cflags gtk+-2.0 gthread-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 -I../include -I../include/openfetion -I ../. -DSKIN_DIR=\"/usr/local/share/openfetion/skin/\" -DRESOURCE_DIR=\"/usr/local/share/openfetion/resource/\" -g -O2 -MT openfetion-fetion_buddylist.o -MD -MP -MF .deps/openfetion-fetion_buddylist.Tpo -c -o openfetion-fetion_buddylist.o `test -f 'fetion_buddylist.c' || echo './'`fetion_buddylist.c
In file included from fetion_buddylist.c:21:
../include/openfetion/fetion_include.h:36:28: error: openssl/crypto.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:37:25: error: openssl/ssl.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:38:25: error: openssl/err.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:39:26: error: openssl/rand.h: 没有那个文件或目录
In file included from ../include/openfetion/fetion_include.h:41,
from fetion_buddylist.c:21:
../include/openfetion/fetion_types.h:123: error: expected specifier-qualifier-list before ‘SSL’
make[2]: *** [openfetion-fetion_buddylist.o] 错误 1
make[2]:正在离开目录 `/home/roy/桌面/openfetion-1.6.1/src'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/roy/桌面/openfetion-1.6.1'
make: *** [all] 错误 2
Here I am.
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
- jhang2009
- 帖子: 115
- 注册时间: 2009-09-15 21:48
- 联系:
- zhcj
- 帖子: 363
- 注册时间: 2008-09-06 5:11
- 来自: 石家庄
- 联系:
Re: Fetion for linux,使用飞信2010最新协议[6月7日更新v1.6]
不用卸,直接安就行了。jhang2009 写了:楼主很强!!!问个问题~
我已经安装了1.5,想安装1.6,怎样把1.5卸载呢?
我是菜~~
-
- 帖子: 23
- 注册时间: 2008-11-05 21:24
-
- 帖子: 80
- 注册时间: 2007-12-06 13:49
- 联系:
Re: Fetion for linux,使用飞信2010最新协议[6月7日更新v1.6]
楼主正在准备万恶的期末考试,近期应该不会有功能上的更新了,大家先凑合着用吧
-
- 帖子: 3
- 注册时间: 2010-06-10 22:40
Re: Fetion for linux,使用飞信2010最新协议[6月7日更新v1.6]
楼主你好,我是一个新手。我执行./configure后出现的代码如下,请问该怎么解决?谢谢!我不知道“选项 --enable-debug 打开调试“这一歩在那里操作,所以没有进行这一步。
liubin@hp:~$ ./openfetion-1.6.1/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... gawk
checking whether make sets $(MAKE)... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for main in -lcrypto... no
checking for main in -lnotify... no
checking for main in -lpthread... yes
checking for main in -lssl... no
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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: OpenFetion 1.6.1 needs GTK+ 2.0
liubin@hp:~$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
liubin@hp:~$ ./openfetion-1.6.1/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... gawk
checking whether make sets $(MAKE)... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for main in -lcrypto... no
checking for main in -lnotify... no
checking for main in -lpthread... yes
checking for main in -lssl... no
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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: OpenFetion 1.6.1 needs GTK+ 2.0
liubin@hp:~$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
- xbcrown
- 帖子: 229
- 注册时间: 2009-09-26 11:01
- 来自: 古都西安
-
- 帖子: 12
- 注册时间: 2009-06-20 0:09
Re: Fetion for linux,使用飞信2010最新协议[6月7日更新v1.6]
具体怎么装?rediscover 写了:安装ssl的开发库。roy1989 写了:make的时候显示如下,什么问题阿?
roy@roy-laptop:~/桌面/openfetion-1.6.1$ make
make all-recursive
make[1]: 正在进入目录 `/home/roy/桌面/openfetion-1.6.1'
Making all in src
make[2]: 正在进入目录 `/home/roy/桌面/openfetion-1.6.1/src'
gcc -DHAVE_CONFIG_H -I. -I.. `xml2-config --cflags` `pkg-config --cflags gtk+-2.0 gthread-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 -I../include -I../include/openfetion -I ../. -DSKIN_DIR=\"/usr/local/share/openfetion/skin/\" -DRESOURCE_DIR=\"/usr/local/share/openfetion/resource/\" -g -O2 -MT openfetion-fetion_buddylist.o -MD -MP -MF .deps/openfetion-fetion_buddylist.Tpo -c -o openfetion-fetion_buddylist.o `test -f 'fetion_buddylist.c' || echo './'`fetion_buddylist.c
In file included from fetion_buddylist.c:21:
../include/openfetion/fetion_include.h:36:28: error: openssl/crypto.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:37:25: error: openssl/ssl.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:38:25: error: openssl/err.h: 没有那个文件或目录
../include/openfetion/fetion_include.h:39:26: error: openssl/rand.h: 没有那个文件或目录
In file included from ../include/openfetion/fetion_include.h:41,
from fetion_buddylist.c:21:
../include/openfetion/fetion_types.h:123: error: expected specifier-qualifier-list before ‘SSL’
make[2]: *** [openfetion-fetion_buddylist.o] 错误 1
make[2]:正在离开目录 `/home/roy/桌面/openfetion-1.6.1/src'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/roy/桌面/openfetion-1.6.1'
make: *** [all] 错误 2

-
- 帖子: 3173
- 注册时间: 2010-01-13 23:26
Re: Fetion for linux,使用飞信2010最新协议[6月7日更新v1.6]
sudo apt-get install libssl-dev
Here I am.
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
-
- 帖子: 14
- 注册时间: 2009-11-17 14:14
Re: Fetion for linux,使用飞信2010最新协议[6月7日更新v1.6]
下载下来 怎么用阿 不会