编译安装farsight,./configure命令通过,make不过,求解(已解决)

编译打包和其他
人在井天
帖子: 1081
注册时间: 2009-04-29 21:22

编译安装farsight,./configure命令通过,make不过,求解(已解决)

#1

帖子 人在井天 » 2010-01-12 13:29

下载源代码:
http://download.chinaunix.net/download. ... ceID=12325

./configre命令后的最后几行结果如下(应该是通过了吧):

代码: 全选

config.status: creating config.h
config.status: executing depfiles commands

configure: *** Plug-ins that will be built:
	rtp

configure: *** Plug-ins that will NOT be built:
	msnavconf
	msnwebcam
	yahoowebcam
make命令的最后几行结果是:

代码: 全选

gcc -DHAVE_CONFIG_H -I. -I..    -I..  -pthread -I/usr/local/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -pthread -I/usr/local/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2    -Wall -Wdeclaration-after-statement -g -O2 -MT test_rtp_jingle_2-test-jingle-2.o -MD -MP -MF .deps/test_rtp_jingle_2-test-jingle-2.Tpo -c -o test_rtp_jingle_2-test-jingle-2.o `test -f 'test-jingle-2.c' || echo './'`test-jingle-2.c
test-jingle-2.c:33:37: 错误: gst/interfaces/xoverlay.h:没有该文件或目录
test-jingle-2.c: 在函数‘set_xoverlay’中:
test-jingle-2.c:484: 警告: 隐式声明函数‘gst_x_overlay_set_xwindow_id’
test-jingle-2.c:484: 警告: 隐式声明函数‘GST_X_OVERLAY’
make[3]: *** [test_rtp_jingle_2-test-jingle-2.o] 错误 1
make[3]:正在离开目录 `/home/pzye/桌面/farsight-0.1.28/tests'
make[2]: *** [all-recursive] 错误 1
make[2]:正在离开目录 `/home/pzye/桌面/farsight-0.1.28/tests'
make[1]: *** [all-recursive] 错误 1
make[1]:正在离开目录 `/home/pzye/桌面/farsight-0.1.28'
make: *** [all] 错误 2

上次由 人在井天 在 2010-01-22 19:48,总共编辑 1 次。
人在井天
帖子: 1081
注册时间: 2009-04-29 21:22

Re: 编译安装farsight,./configure命令通过,make不过,求解

#2

帖子 人在井天 » 2010-01-12 13:33

是源代码有问题?我查了一下,gst/interfaces/目录确实不存在。
人在井天
帖子: 1081
注册时间: 2009-04-29 21:22

Re: 编译安装farsight,./configure命令通过,make不过,求解

#3

帖子 人在井天 » 2010-01-12 13:49

编译安装pidgin时提示:

Install the necessary gstreamer and farsight packages first.

我根据这个提示,寻找gstreamer 和farsight安装,我没理解错这个提示吧?编译安装gstreamer 获得成功,但是,编译pidgin的时候,提示依旧,这又是为什么呢?
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

Re: 编译安装farsight,./configure命令通过,make不过,求解

#5

帖子 HuntXu » 2010-01-17 0:27

gst/interfaces/xoverlay.h:没有该文件或目录
http://packages.ubuntu.com/search?searc ... c&arch=any
善用搜索
HUNT Unfortunately No Talent...
人在井天
帖子: 1081
注册时间: 2009-04-29 21:22

Re: 编译安装farsight,./configure命令通过,make不过,求解

#6

帖子 人在井天 » 2010-01-17 9:53

HuntXu 写了:gst/interfaces/xoverlay.h:没有该文件或目录
http://packages.ubuntu.com/search?searc ... c&arch=any
善用搜索

我不太明白,这个文件是源码目录下的文件,为什么在源码中却不带?
人在井天
帖子: 1081
注册时间: 2009-04-29 21:22

Re: 编译安装farsight,./configure命令通过,make不过,求解

#7

帖子 人在井天 » 2010-01-17 9:56

末日逐沙 写了:pidgin为什么要编译源码安装呢?
我用的ubuntu9.04,pidgin版本太低。
人在井天
帖子: 1081
注册时间: 2009-04-29 21:22

Re: 编译安装farsight,./configure命令通过,make不过,求解

#8

帖子 人在井天 » 2010-01-17 10:10

下载farsight-0.1.3.1后,得以成功编译安装。gstreamer也成功编译安装。但在编译pidgin的时候,依然是同样的问题:
Dependencies for voice/video were not met.
Install the necessary gstreamer and farsight packages first.
Or use --disable-vv if you do not need voice/video support.

真是晕了。
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: 编译安装farsight,./configure命令通过,make不过,求解

#9

帖子 delectate » 2010-01-17 10:13

我试试编译先
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: 编译安装farsight,./configure命令通过,make不过,求解

#10

帖子 delectate » 2010-01-17 10:26

configure无法通过

configure: WARNING: Jingle-base 0.3 not found, some plugins may be disabled.
configure: WARNING: libclinkc not found, uPnP will be disabled.
configure: WARNING: check 0.9.4 or greater not found, unit tests will be disabled.
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: 编译安装farsight,./configure命令通过,make不过,求解

#11

帖子 delectate » 2010-01-17 10:29

问题大了,m4的makefile都有问题
人在井天
帖子: 1081
注册时间: 2009-04-29 21:22

Re: 编译安装farsight,./configure命令通过,make不过,求解

#12

帖子 人在井天 » 2010-01-17 11:12

怀疑64位系统在编译的时候,很多的软件难以编译通过,原因是这些源代码更适合于32位。
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

Re: 编译安装farsight,./configure命令通过,make不过,求解

#13

帖子 HuntXu » 2010-01-17 13:59

人在井天 写了:
HuntXu 写了:gst/interfaces/xoverlay.h:没有该文件或目录
http://packages.ubuntu.com/search?searc ... c&arch=any
善用搜索

我不太明白,这个文件是源码目录下的文件,为什么在源码中却不带?
谁告诉你是源码目录下的文件,搞笑,那个搜索结果后面写明了所在包的啊...
HUNT Unfortunately No Talent...
头像
yilan198711
帖子: 1636
注册时间: 2008-06-22 13:38
来自: 武汉

Re: 编译安装farsight,./configure命令通过,make不过,求解

#14

帖子 yilan198711 » 2010-01-17 14:32

人在井天 写了:下载farsight-0.1.3.1后,得以成功编译安装。gstreamer也成功编译安装。但在编译pidgin的时候,依然是同样的问题:
Dependencies for voice/video were not met.
Install the necessary gstreamer and farsight packages first.
Or use --disable-vv if you do not need voice/video support.

真是晕了。
昨天也曾遇到过
mint+gnome
人在井天
帖子: 1081
注册时间: 2009-04-29 21:22

Re: 编译安装farsight,./configure命令通过,make不过,求解

#15

帖子 人在井天 » 2010-01-17 15:20

HuntXu 写了:
人在井天 写了:
HuntXu 写了:gst/interfaces/xoverlay.h:没有该文件或目录
http://packages.ubuntu.com/search?searc ... c&arch=any
善用搜索

我不太明白,这个文件是源码目录下的文件,为什么在源码中却不带?
谁告诉你是源码目录下的文件,搞笑,那个搜索结果后面写明了所在包的啊...
不好意思,是我错误地理解了make的出错信息。
回复