<div dir="ltr"><div class="gmail_extra">On Wed, Nov 13, 2013 at 11:02 AM, Alistair Grant <span dir="ltr"><<a href="mailto:akgrant0710@gmail.com" target="_blank">akgrant0710@gmail.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br>module.o: In function `uncompress_module':<div class="im">
<br>./rb-download/module.c:187: undefined reference to `inflateInit_'<br>./rb-download/module.c:199: undefined reference to `inflate'<br>./rb-download/module.c:211: undefined reference to `inflateEnd'<br>
./rb-download/module.c:202: undefined reference to `inflateEnd'<br>collect2: ld returned 1 exit status<br>make: *** [rb-download] Error 1<br><br></div></div></div></blockquote><div><br></div><div>I'm seeing the same errors.</div>
<div><br></div></div></div></div></blockquote><div><br></div><div>OK, solved the link problem by re-ordering the command line, i.e.:</div><div><br></div><div>$ cc rb-download.o list.o findmheg.o listen.o command.o stream.o assoc.o carousel.o module.o table.o dsmcc.o biop.o fs.o channels.o cache.o utils.o -lz -o rb-download<br>
</div><div><br></div><div>Now I'm getting Anthony's next error:</div><div><br></div><div><div>$ ./rb-download -f channels-2013-11-13.conf -b downloaded any</div><div>Timeout reading /dev/dvb/adapter0/demux0</div><div>
Unable to read SDT</div></div><div><br></div><div>(separately run inside gdb):</div><div><br></div><div><div>(gdb) where</div><div>#0 read_sdt (demux=0xbfffd50c "/dev/dvb/adapter0/demux0", timeout=10, </div><div>
out=0xbfffe50c "\275", sn=0 '\000') at table.c:168</div><div>#1 0x08049d69 in get_first_service_id (adapter=0, demux=0, timeout=10)</div><div> at list.c:121</div><div>#2 0x08049800 in main (argc=6, argv=0xbffff634) at rb-download.c:189</div>
</div><div><br></div><div><br></div><div>Cheers,</div><div>Alistair</div><div><br></div></div></div></div>