Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] tuxzap won't "make"



Hi,

What I did trying to get ntuxzap trying to work :


vi configure.in

I changed the cdk.h path from :
AC_CHECK_HEADER(/usr/local/include/cdk/cdk.h,

to :
AC_CHECK_HEADER(/usr/include/linux/cdk.h,

Then I typed :
./autogen.sh --without-x
processing .
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
Running ./configure --without-x ...
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i686-pc-linux-gnu
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking whether make sets ${MAKE}... (cached) yes
checking for lirc_init in -llirc_client... no
ATTENTION: you need lirc for rc in rtuxzap
checking for pthread_exit in -lpthread... yes
checking for /usr/local/src/DVB/apps/tuxzap/../../libdvb/libdvb.a... yes
checking for X... disabled
checking for initscr in -lncurses... yes
checking for cdk/cdk.h... no
checking for /usr/include/linux/cdk.h... yes
checking for a52dec/a52.h... no
checking for /usr/local/include/a52dec/a52.h... no
checking for mad.h... no
checking for /usr/local/include/mad.h... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating config.h
config.h is unchanged
Now type `make' to compile tuxzap programs


So then I typed "make"
make
make  all-recursive
make[1]: Entering directory `/usr/local/src/DVB/apps/tuxzap'
Making all in src
make[2]: Entering directory `/usr/local/src/DVB/apps/tuxzap/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPTHREADS -I.. -I/usr/local/include -I../../../libdvb -I../../../libdvb/include -I../../../libdvb/src -I../../../driver -I../include -I../../../include    -g -O2 -Wall -c ntuxplayer.c
ntuxplayer.c:35:21: cdk/cdk.h: No such file or directory
make[2]: *** [ntuxplayer.o] Error 1
make[2]: Leaving directory `/usr/local/src/DVB/apps/tuxzap/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/DVB/apps/tuxzap'
make: *** [all-recursive-am] Error 2


I can't figure out how "cdk/cdk.h" is all made up together to fix that path problem if needed.

Thank you very much,
-- 
Alexandre CONRAD
Research & Development
tel : +33 1 30 80 55 00
fax : +33 1 30 56 50 20
TLV
6, rue de la plaine
78860 - SAINT NOM LA BRETECHE
FRANCE

Home | Main Index | Thread Index