e segido todo lo q sale en el archivo INSTALL .. pero cuando quiero acer el make
me salen errores.. no c por q.. algun guru q me ayude porfas..

dragon69@DRAGON-UBUNTU:~/Escritorio/cabletv-1.3.9$ sudo sh ./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 a BSD-compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.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 sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for XOpenDisplay in -lX11... yes
checking for XtToolkitInitialize in -lXt... yes
checking for XShapeQueryVersion in -lXext... no
checking for XawDialogAddButton in -lXaw... no
checking for XF86VidModeQueryExtension in -lXxf86vm... no
checking for XF86DGAQueryExtension in -lXxf86dga... no
checking for sin in -lm... yes
checking for pci_alloc in -lpci... no
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for stdlib.h... (cached) yes
checking for working realloc... yes
checking for alarm... yes
checking for memset... yes
checking for munmap... yes
checking for sqrt... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking whether to include lirc support... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged


dragon69@DRAGON-UBUNTU:~/Escritorio/cabletv-1.3.9$ make
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -ansi -D_GNU_SOURCE -O2 -c main.c
main.c:31:29: error: X11/Xaw/XawInit.h: No existe el fichero ó directorio
main.c:32:27: error: X11/Xaw/Paned.h: No existe el fichero ó directorio
main.c:33:29: error: X11/Xaw/Command.h: No existe el fichero ó directorio
main.c:34:31: error: X11/Xaw/Scrollbar.h: No existe el fichero ó directorio
main.c:35:30: error: X11/Xaw/Viewport.h: No existe el fichero ó directorio
main.c:36:25: error: X11/Xaw/Box.h: No existe el fichero ó directorio
In file included from main.c:69:
channel.h:40: error: el tipo matriz tiene tipo de elemento incompleto
channel.h:56: error: el tipo matriz tiene tipo de elemento incompleto
channel.h:57: error: el tipo matriz tiene tipo de elemento incompleto
channel.h:58: error: el tipo matriz tiene tipo de elemento incompleto
main.c: En la función ‘create_onscreen’:
main.c:354: error: ‘labelWidgetClass’ no se declaró aquÃ* (primer uso en esta función)
main.c:354: error: (Cada identificador no declarado solamente se reporta una vez
main.c:354: error: para cada funcion en la que aparece.)
main.c: En la función ‘set_capture’:
main.c:538: aviso: se descarta el valor de devolución de ‘nice’, se declaró con el atributo warn_unused_result
main.c: En la función ‘set_picparams’:
main.c:578: error: ‘XtNtopOfThumb’ no se declaró aquÃ* (primer uso en esta función)
main.c: En la función ‘set_volume’:
main.c:687: error: ‘XtNtopOfThumb’ no se declaró aquÃ* (primer uso en esta función)
main.c: En la función ‘create_chanwin’:
main.c:1078: error: ‘viewportWidgetClass’ no se declaró aquÃ* (primer uso en esta función)
main.c:1083: error: ‘boxWidgetClass’ no se declaró aquÃ* (primer uso en esta función)
main.c: En la función ‘xfree_init’:
main.c:1115: aviso: variable ‘mi’ sin usar
main.c:1115: aviso: variable ‘ma’ sin usar
main.c:1115: aviso: variable ‘i’ sin usar
main.c:1115: aviso: variable ‘bar’ sin usar
main.c:1115: aviso: variable ‘foo’ sin usar
main.c:1115: aviso: variable ‘flags’ sin usar
make: *** [main.o] Error 1


dragon69@DRAGON-UBUNTU:~/Escritorio/cabletv-1.3.9$ make check
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -ansi -D_GNU_SOURCE -O2 -c main.c
main.c:31:29: error: X11/Xaw/XawInit.h: No existe el fichero ó directorio
main.c:32:27: error: X11/Xaw/Paned.h: No existe el fichero ó directorio
main.c:33:29: error: X11/Xaw/Command.h: No existe el fichero ó directorio
main.c:34:31: error: X11/Xaw/Scrollbar.h: No existe el fichero ó directorio
main.c:35:30: error: X11/Xaw/Viewport.h: No existe el fichero ó directorio
main.c:36:25: error: X11/Xaw/Box.h: No existe el fichero ó directorio
In file included from main.c:69:
channel.h:40: error: el tipo matriz tiene tipo de elemento incompleto
channel.h:56: error: el tipo matriz tiene tipo de elemento incompleto
channel.h:57: error: el tipo matriz tiene tipo de elemento incompleto
channel.h:58: error: el tipo matriz tiene tipo de elemento incompleto
main.c: En la función ‘create_onscreen’:
main.c:354: error: ‘labelWidgetClass’ no se declaró aquÃ* (primer uso en esta función)
main.c:354: error: (Cada identificador no declarado solamente se reporta una vez
main.c:354: error: para cada funcion en la que aparece.)
main.c: En la función ‘set_capture’:
main.c:538: aviso: se descarta el valor de devolución de ‘nice’, se declaró con el atributo warn_unused_result
main.c: En la función ‘set_picparams’:
main.c:578: error: ‘XtNtopOfThumb’ no se declaró aquÃ* (primer uso en esta función)
main.c: En la función ‘set_volume’:
main.c:687: error: ‘XtNtopOfThumb’ no se declaró aquÃ* (primer uso en esta función)
main.c: En la función ‘create_chanwin’:
main.c:1078: error: ‘viewportWidgetClass’ no se declaró aquÃ* (primer uso en esta función)
main.c:1083: error: ‘boxWidgetClass’ no se declaró aquÃ* (primer uso en esta función)
main.c: En la función ‘xfree_init’:
main.c:1115: aviso: variable ‘mi’ sin usar
main.c:1115: aviso: variable ‘ma’ sin usar
main.c:1115: aviso: variable ‘i’ sin usar
main.c:1115: aviso: variable ‘bar’ sin usar
main.c:1115: aviso: variable ‘foo’ sin usar
main.c:1115: aviso: variable ‘flags’ sin usar
make: *** [main.o] Error 1


dragon69@DRAGON-UBUNTU:~/Escritorio/cabletv-1.3.9$ make install
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -ansi -D_GNU_SOURCE -O2 -c main.c
main.c:31:29: error: X11/Xaw/XawInit.h: No existe el fichero ó directorio
main.c:32:27: error: X11/Xaw/Paned.h: No existe el fichero ó directorio
main.c:33:29: error: X11/Xaw/Command.h: No existe el fichero ó directorio
main.c:34:31: error: X11/Xaw/Scrollbar.h: No existe el fichero ó directorio
main.c:35:30: error: X11/Xaw/Viewport.h: No existe el fichero ó directorio
main.c:36:25: error: X11/Xaw/Box.h: No existe el fichero ó directorio
In file included from main.c:69:
channel.h:40: error: el tipo matriz tiene tipo de elemento incompleto
channel.h:56: error: el tipo matriz tiene tipo de elemento incompleto
channel.h:57: error: el tipo matriz tiene tipo de elemento incompleto
channel.h:58: error: el tipo matriz tiene tipo de elemento incompleto
main.c: En la función ‘create_onscreen’:
main.c:354: error: ‘labelWidgetClass’ no se declaró aquÃ* (primer uso en esta función)
main.c:354: error: (Cada identificador no declarado solamente se reporta una vez
main.c:354: error: para cada funcion en la que aparece.)
main.c: En la función ‘set_capture’:
main.c:538: aviso: se descarta el valor de devolución de ‘nice’, se declaró con el atributo warn_unused_result
main.c: En la función ‘set_picparams’:
main.c:578: error: ‘XtNtopOfThumb’ no se declaró aquÃ* (primer uso en esta función)
main.c: En la función ‘set_volume’:
main.c:687: error: ‘XtNtopOfThumb’ no se declaró aquÃ* (primer uso en esta función)
main.c: En la función ‘create_chanwin’:
main.c:1078: error: ‘viewportWidgetClass’ no se declaró aquÃ* (primer uso en esta función)
main.c:1083: error: ‘boxWidgetClass’ no se declaró aquÃ* (primer uso en esta función)
main.c: En la función ‘xfree_init’:
main.c:1115: aviso: variable ‘mi’ sin usar
main.c:1115: aviso: variable ‘ma’ sin usar
main.c:1115: aviso: variable ‘i’ sin usar
main.c:1115: aviso: variable ‘bar’ sin usar
main.c:1115: aviso: variable ‘foo’ sin usar
main.c:1115: aviso: variable ‘flags’ sin usar
make: *** [main.o] Error 1
dragon69@DRAGON-UBUNTU:~/Escritorio/cabletv-1.3.9$ ?????? por q esta mal?? si ago lo q dice el INSTALL.... U.U !!!


Gracias...