<div dir="ltr"><div class="gmail_extra">On Wed, Nov 13, 2013 at 11:02 AM, Alistair Grant <span dir="ltr">&lt;<a href="mailto:akgrant0710@gmail.com" target="_blank">akgrant0710@gmail.com</a>&gt;</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&#39;:<div class="im">
<br>./rb-download/module.c:187: undefined reference to `inflateInit_&#39;<br>./rb-download/module.c:199: undefined reference to `inflate&#39;<br>./rb-download/module.c:211: undefined reference to `inflateEnd&#39;<br>

./rb-download/module.c:202: undefined reference to `inflateEnd&#39;<br>collect2: ld returned 1 exit status<br>make: *** [rb-download] Error 1<br><br></div></div></div></blockquote><div><br></div><div>I&#39;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&#39;m getting Anthony&#39;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 &quot;/dev/dvb/adapter0/demux0&quot;, timeout=10, </div><div>
    out=0xbfffe50c &quot;\275&quot;, sn=0 &#39;\000&#39;) 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>