Mailing List archive

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

[linux-dvb] tuxzap doesn't make



Hi,

I'm sorry is this was in the post before, but I just can't make it work compile :

After a "./autogen.sh" :

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 -DHAVE_LIBA52 -DHAVE_LIBMAD -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -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
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPTHREADS -DHAVE_LIBA52 -DHAVE_LIBMAD -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I.. -I/usr/local/include -I../../../libdvb -I../../../libdvb/include -I../../../libdvb/src -I../../../driver -I../include -I../../../include -g -O2 -Wall -c dvb_formats.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
gcc -g -O2 -Wall -o ntuxplayer ntuxplayer.o dvb_formats.o -lncurses -lcdk -la52 -lm -lmad -lpthread
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DPTHREADS -DHAVE_LIBA52 -DHAVE_LIBMAD -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I.. -I/usr/local/include -I../../../libdvb -I../../../libdvb/include -I../../../libdvb/src -I../../../driver -I../include -I../../../include -g -O2 -c rtuxzap.cc
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
rtuxzap.cc: In function `void myprint(const char*, int, int)':
rtuxzap.cc:155: invalid conversion from `const char*' to `char*'
rtuxzap.cc: In function `void check_frontend(int)':
rtuxzap.cc:227: invalid conversion from `const char*' to `char*'
make[2]: *** [rtuxzap.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


After an "./autogen.sh --without-x"

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 -DHAVE_LIBA52 -DHAVE_LIBMAD -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
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPTHREADS -DHAVE_LIBA52 -DHAVE_LIBMAD -I.. -I/usr/local/include -I../../../libdvb -I../../../libdvb/include -I../../../libdvb/src -I../../../driver -I../include -I../../../include -g -O2 -Wall -c dvb_formats.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
gcc -g -O2 -Wall -o ntuxplayer ntuxplayer.o dvb_formats.o -lncurses -lcdk -la52 -lm -lmad -lpthread
c++ -DHAVE_CONFIG_H -I. -I. -I.. -DPTHREADS -DHAVE_LIBA52 -DHAVE_LIBMAD -I.. -I/usr/local/include -I../../../libdvb -I../../../libdvb/include -I../../../libdvb/src -I../../../driver -I../include -I../../../include -g -O2 -c rtuxzap.cc
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
In file included from channel.hh:34,
from rtuxzap.cc:42:
common.hh:23:21: gtk/gtk.h: No such file or directory
In file included from channel.hh:34,
from rtuxzap.cc:42:
common.hh:59: syntax error before `*' token
common.hh:62: syntax error before `*' token
common.hh:64: syntax error before `*' token
rtuxzap.cc: In function `void myprint(const char*, int, int)':
rtuxzap.cc:155: invalid conversion from `const char*' to `char*'
rtuxzap.cc: In function `void check_frontend(int)':
rtuxzap.cc:227: invalid conversion from `const char*' to `char*'
make[2]: *** [rtuxzap.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

Is anyone experimenting this ? Thanks for your help.

Regards,

--
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




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



Home | Main Index | Thread Index