Hi, On Mon, 1 Aug 2005, Svante Olofsson wrote: > Thanks for the patch. I applied it and everything looks ok, but I didn't get > the /dev/dvb/stuff, so I created them with MAKEDEV.sh, is this correct? Yes, unless you are using udev (I assume not). > I downloaded the dvb-apps packages, but I didn't get it to compile, so I > haven't been able to test anything yet. The compile error is probably very > trivial, but I am not used to Makefiles, so... For the tests it is sufficient to go to dvb-apps/util and run make. The stuff you have problems with is not necessary now and is still under development. In dvb-apps/util there is scan/dvbscan and szap/tzap you can use for testing. Start with dvbscan. regards, Patrick. -- Mail: patrick.boettcher@xxxxxxx WWW: http://www.wi-bw.tfh-wildau.de/~pboettch/ > Can you make anything of this? > > make[3]: Leaving directory `/usr/src/dvb-apps/libs/libdvb2/plugins' > gcc -Wall -Wformat -Wpointer-arith -g -fPIC -MD -I. -I../libsi2 -L. -ldvb2 > test.c -o test > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld: > warning: libsi2.so, needed by ./libdvb2.so, not found (try using -rpath or > -rpath-link) > /tmp/ccJgJbYh.o: In function `parse_pat': > /usr/src/dvb-apps/libs/libdvb2/test.c:73: undefined reference to > `mpeg_pat_section_parse' > /tmp/ccJgJbYh.o: In function `parse_pmt': > /usr/src/dvb-apps/libs/libdvb2/test.c:144: undefined reference to > `mpeg_pmt_section_parse' > /tmp/ccJgJbYh.o: In function `crc32': > ../libsi2/si/si/crc32.h:41: undefined reference to `crc32tbl' > collect2: ld returned 1 exit status > make[2]: *** [test] Error 1 > make[2]: Leaving directory `/usr/src/dvb-apps/libs/libdvb2' > make[1]: *** [libdvb2] Error 2 > make[1]: Leaving directory `/usr/src/dvb-apps/libs'