[mythtv-users] New release of scte65scan (mainly for Comcast users)

Mark Knecht markknecht at gmail.com
Sun May 17 15:33:50 UTC 2009


On Sun, May 17, 2009 at 8:14 AM, Andrew Burgess <aab at cichlid.com> wrote:
> On Sun, 2009-05-17 at 07:53 -0700, Mark Knecht wrote:
>> mark at lightning ~/scte65scan/scte65scan-0.2 $ make -f Makefile.hdhr
>> cc -O2 -DHDHR -c tunerdmx.c -o tunerdmx.o
>> tunerdmx.c:39:23: error: hdhomerun.h: No such file or directory
>
> This is in the libhdhomerun directory that you get when you untar the
> e.g. libhdhomerun_20070914.gtar that you got from silicon dust
>
> So try:
>
> CFLAGS="-I <path-to-libhdhomerun>" make -f Makefile.hdhr
>
> or look inside Makefile.hdhr, maybe you are supposed to edit it
>

Hi Andrew,
   Thanks for the response. Same results with the command you
suggested. I tried making the path ./libhdhomerun and I also tried the
full path name. Neither worked for me.

   Looking inside tunerdmx.c right near the beginning I see:

#ifdef HDHR
#include "hdhomerun.h"

which seems to be what kicks this off.

   Note that I do have the SiliconDust software installed on this
system and it runs. (hdhomerun_config and hdhomerun_config_gui) I'm
not a programmer but the make files for those programs seem to use
libhdhomerun differently. It's not in the source directory but
actually at the same level as the source. (Note that this install I
did a little while ago and it uses an older library. For the program
Dennis did I got a new copy as I figured that's what most folks are
likely to do.)

mark at lightning ~/Desktop/HDHR2 $ ls -l
total 288
drwxr-xr-x 6 mark users   4096 2009-05-17 08:29 hdhomerun_config_gui
-rw-r--r-- 1 mark users 241954 2009-01-17 13:35
hdhomerun_config_gui_20081231.tgz
drwxr-xr-x 2 mark users   4096 2009-01-22 10:37 libhdhomerun
-rw-r--r-- 1 mark users  34108 2009-01-17 13:16 libhdhomerun_20081231.tgz
mark at lightning ~/Desktop/HDHR2 $

- Mark


More information about the mythtv-users mailing list