Mailing List archive

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

[linux-dvb] Re: Problem to build (n)tuxzap




----- Original Message -----
From: Marcus O.C. Metzler <mocm@convergence.de>
To: Jean-Claude REPETTO <jrepetto@francenet.fr>
Cc: linux-dvb <linux-dvb@linuxtv.org>
Sent: Sunday, May 06, 2001 9:37 PM
Subject: [linux-dvb] Problem to build (n)tuxzap


> Jean-Claude REPETTO writes:
>  > I have downloaded the siemens_dvb-0.9-20010428.tar.gz file, and I have
>  > successfully built and installed the driver (I can watch n-tv on my TV
set).
>  > Then I have built libdvb.
>  >
>  > Now, I am trying to build the apps, and after having built mpegtools,
"make"
>  > reports a problem :
>  >
>  > (cd tuxzap; make)
>  > make[1]: Entering directory '/usr/src/dvb/DVB-0.9/apps/tuxzap'
>  > make[1]: *** No targets specified and no makefile found. Stop.
>  > make[1]: Leaving directory '/usr/src/dvb/DVB-0.9/apps/tuxzap'
>  > make: *** [all] Error 2
>  >
>  > Since apparently the Makefile is missing, I have tried to use
>  > autoconf/automake, but I don't know these tools enough.
>  > Here is the result of autoconf :
>  > autoconf: Undefined macros:
>  > configure.in:29:AC_PROG_LIBTOOL
>  >
>  > I am using a 2.4.4 kernel with I2C and videodev included.
>  > XWindow is not installed (I want to use ntuxzap only)
>  > I have installed ncurses and CDK.
>  >
>  > Any suggestion ?
>
> Did you do ./autogen.sh ?
>
> Marcus

I have tried it, and I have some more problems !

 Running aclocal ...
aclocal: configure.in: 103: macro 'AM_PATH_GTK' not found in library

Running automake --gnu ...
src/Makefile.am:19: variable 'INTLLIBS' not defined
src/Makefile.am:31: variable 'INTLLIBS' not defined
src/Makefile.am:36: variable 'INTLLIBS' not defined
src/Makefile.am:25: variable 'INTLLIBS' not defined

Running autoconf ...
autoconf: Undefined macros:
configure.in:29:AC_PROG_LIBTOOL

Running ./configure ...
./configure: line 539: syntax error near expected token
'AM_INIT_AUTOMAKE($PACKAGE, $VERSION)'

*************************************************

I tried to remove the following line from "configure.in" :
AM_PATH_GTK(1.2.7, , AC_MSG_ERROR(Cannot find GTK))

I run ./autogen.sh again, and this time, I had only a few warnings :

sed: can't read ./intl/po3tbl.sed.in: No such file or directory
ATTENTION: you need the DGA extension for tuxview
ATTENTION: you need Xxf86vm library for fullscreen mode

So I typed "make", and I got other errors :
Making all in intl
make[2]: *** No rule to make target 'all-no-@BUILD_INCLUDED_LIB_INTL@',
needed by 'all-no'. Stop.




It seems I have problems with automatic configuration ...
Could you provide (if possible) a configure file and a make file for ntuxzap
?

Thanks for your help,

Jean-Claude






-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index