|
发表于 2005-10-14 09:34:03
|
显示全部楼层
xawtv 安装问题:
[root@localhost xawtv-3.91]# ./configure
checking for gcc... gcc
checking for C compiler default output... 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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gccmakedep... no
checking for makedepend... no
checking for egrep... 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 getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking dev/ic/bt8xx.h usability... no
checking dev/ic/bt8xx.h presence... no
checking for dev/ic/bt8xx.h... no
checking machine/ioctl_bt848.h usability... no
checking machine/ioctl_bt848.h presence... no
checking for machine/ioctl_bt848.h... no
checking for ftello... yes
checking for fseeko... yes
checking for getpt... yes
checking for getnameinfo... yes
checking for getopt_long... yes
checking for strcasestr... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for ELF... yes
checking for pthread_create in -lpthread... yes
checking for main in -lossaudio... no
checking for initscr in -lncurses... yes
checking for X... no
checking for jpeg_start_compress in -ljpeg... yes
checking for snd_seq_open in -lasound... no
checking for lirc_init in -llirc_client... no
checking for vbi_capture_fd in -lzvbi... no
checking for aa_autoinit in -laa... no
checking for dv_decoder_new in -ldv... no
checking for lqt_query_registry in -lquicktime... no
checking for XF86DGAQueryExtension in -lXxf86dga... no
checking for XF86VidModeQueryExtension in -lXxf86vm... no
checking for DPMSQueryExtension in -lXdpms... no
checking for DPMSQueryExtension in -lXext... no
checking for XineramaQueryExtension in -lXinerama... no
checking for XRenderQueryExtension in -lXrender... no
checking for XRRConfigCurrentConfiguration in -lXrandr... no
checking for XvQueryExtension in -lXv... no
checking for XmStringGenerate in -lXm... no
checking for glXChooseVisual in -lGL... no
checking for X11 config directory... /etc/X11
checking for X11 app-defaults directory... /usr/X11R6/lib/X11/app-defaults
checking if mmx should be used... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xawtv.spec
config.status: creating config.h
config.status: config.h is unchanged
[root@localhost xawtv-3.91]#
./configure 应该是成功了
但接下来 make 出现如下错误信息:
[root@localhost xawtv-3.91]# make
CC console/fbtv.o
In file included from console/fbtv.c:31:
./libng/grab-ng.h:28:1: warning: "bool" redefined
In file included from /usr/include/curses.h:143,
from console/fbtv.c:24:
/usr/lib/gcc/i386-redhat-linux/4.0.1/include/stdbool.h:36:1: warning: this is the location of the previous definition
console/fbtv.c:190: 错误:对 ‘snapbase’ 的静态声明出现在非静态声明之后
./common/commands.h:53: 错误:‘snapbase’ 的上一个声明在此
console/fbtv.c: 在函数 ‘text_out’ 中:
console/fbtv.c:329: 警告:传递参数 4 (属于 ‘fs_puts’) 给指针时目标与指针有/无符 号不一致
console/fbtv.c: 在函数 ‘text_width’ 中:
console/fbtv.c:335: 警告:传递参数 2 (属于 ‘fs_textwidth’) 给指针时目标与指针有/无符号不一致
console/fbtv.c: 在函数 ‘main’ 中:
console/fbtv.c:801: 警告:对指针赋值时目标与指针有/无符号不一致
make: *** [console/fbtv.o] 错误 1
请各位高手指点.
先谢了. |
|