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.. -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -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
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -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
gcc -g -O2 -Wall -o ntuxplayer ntuxplayer.o dvb_formats.o -lncurses -lcdk -la52 -lm -lmad -lpthread
c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -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
rtuxzap.cc: In function `void myprint (const char *, int, int)':
rtuxzap.cc:158: cannot convert `const char *' to `char *' for argument
`3' to `mvprintw (int, int, char *, ...)'
rtuxzap.cc: In function `void check_frontend (int)':
rtuxzap.cc:224: cannot convert `const char *' to `char *' for argument
`3' to `mvprintw (int, int, 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
it won't go all the ways through. I got the latest libdvb + tuxzap from your website.
Also, do you have any ideas why the drivers seems more sentitive to MPEGs ? Some MPEGs, I'm having a hard time reading them...
here's an older post from Olivier Endriss ([EMAIL PROTECTED]) replying to my message...
Alexandre CONRAD wrote:
I'm having a hardtime reading MPEG2s with The Hauppage Nexus DVB-s. The MPEG2s I'm making are IBP. But for some reason, some of the MPEGs played in ntuxplayer will just start reading a very few percent and stop. I have to press the "p" button (p : playback) many times until it gets started by it self. It's like an old car engine you have to start manually, then it goes. The file is 7mb/s. Can anyone tell me more about that ? What are the formats supported ? It seems that the file starts okay when I'm at 2mb/s or under. But above, I have to "push it". Any ideas ? Maybe I could setup an FTP so you could download the files, and try it on your setup ? Please all let me know.
I've seen similar problems with vdr 1.1.x. Some recordings done with vdr 1.0.4 won't replay cleanly. I started looking into this and found that the problem disappeared when I replaced the firmware (Root, Dpram) of the new driver with that of the 1.0.4 driver. (Please note that this is not recommended. I did it just for debugging.)
Is the new firmware more sensitive to the quality of the data stream? Oliver
Marcus Metzler wrote:
Andreas Oberritter writes: > On Mon, 2002-12-16 at 21:23, Robert Schiele wrote: > > > +#include <strstream> > > Using strstream is deprecated. Please try this patch: > http://dbox2dev.eseven.de/tuxzap.diff.bz2 > > It compiles using g++ 2.95.4pre and g++ 3.2 (almost) without any > warnings. I do not have any dvb card set up right now to test it, so > please report if it works. > > Regards, > Andreas Get the latest tuxzap at http://www.metzlerbros.org/dvb Marcus
-- 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
