Carlos M. Gutierrez wrote:
On Wed, 20 Jun 2007, Thomas TS wrote:
I am trying to install xawtv (http://linux.bytesex.org/xawtv/) on
Fedora 7 with:
# yum install xawtv
but it seems that this package do not exist on any of the default
repositories...
It it is not in fedora, fedora-updates, nor livna.
I downloaded source and tried to compile xawtv-3.95 in F-7 last night
and the compile bombed... missing symbols from libraries that were not
installed... I solved those first few errors with:
yum install zvbi zbvi-devel libfs libfs-devel
Do you mean zvbi and zvbi-devel ?
And tried to configure and recompile again, but I had to sleep and
stopped at:
[carlos@pollux xawtv-3.95]$ nice make
CC x11/vbi-gui.o
In file included from x11/vbi-gui.c:47:
./common/channel.h:93: error: array type has incomplete element type
./common/channel.h:94: error: array type has incomplete element type
x11/vbi-gui.c: In function ‘selection_convert_cb’:
x11/vbi-gui.c:782: warning: pointer targets in assignment differ in
signedness
x11/vbi-gui.c:784: warning: pointer targets in passing argument 1 of
‘vbi_export_txt’ differ in signedness
x11/vbi-gui.c:793: warning: pointer targets in assignment differ in
signedness
x11/vbi-gui.c:795: warning: pointer targets in passing argument 1 of
‘vbi_export_txt’ differ in signedness
x11/vbi-gui.c: In function ‘vbi_xft_font_menu’:
x11/vbi-gui.c:1003: warning: pointer targets in passing argument 1 of
‘FcNameParse’ differ in signedness
x11/vbi-gui.c:1012: warning: pointer targets in assignment differ in
signedness
make: *** [x11/vbi-gui.o] Error 1
With this sources the compilation do works, xawtv do works but not v4lctl:
http://dl.bytesex.org/cvs-snapshots/xawtv-20070514-115618.tar.gz
and i need badly the v4lctl :-(
So, trying with
http://dl.bytesex.org/releases/xawtv/xawtv-3.95.tar.gz
The compilation problem here (Fedora 7 full updated) is:
# ./configure --enable-xft --enable-dv --enable-zvbi --enable-alsa
.....
# make
The problem is:
...
In file included from /usr/include/curses.h:175,
from console/fbtv.c:24:
/usr/lib/gcc/i386-redhat-linux/4.1.2/include/stdbool.h:36:1: warning:
this is the location of the previous definition
In file included from console/fbtv.c:44:
console/fs.h:2:20: error: _FSlib.h: No such file or directory
_In a Sackware box this _FSlib.h_ is part of the package:
x11-devel-6.9.0-i486-13_slack11.0:usr/X11R6/include/X11/fonts/FSlib.h
(In Slackware all version of xawtv do compile and works 100%)
This is just in case of someone in in the mood to look further...
Thanks.