[mythtv-users] (no subject)

Henry A Harper III hah at alumni.rice.edu
Sun Aug 19 19:56:45 UTC 2007


> Hi...
>
> ...when i tried to compile mythtv ( svn version from the fixes
> branch ) with
> dvb support i get this error:
>
<snip>
> ../../libs/libmythtv/libmythtv-0.20.1.so: undefined reference to
> `DiSEqCDevTree::Execute(DiSEqCDevSettings const&, DVBTuning const&)'
> ../../libs/libmythtv/libmythtv-0.20.1.so: undefined reference to
> `DiSEqCDevLNB::GetIntermediateFrequency(DiSEqCDevSettings const&,
> DVBTuning
> const&) const'
> ../../libs/libmythtv/libmythtv-0.20.1.so: undefined reference to
> `TransportScanItem::TransportScanItem(int, QString const&,
> QString const&,
> DVBTuning&, unsigned int)'
> collect2: ld gab 1 als Ende-Status zurück
> make[2]: *** [mythtv] Fehler 1
>
> OS is ubuntu.. dvb-utils are installed. What's wrong here?
>
> Any help apreciated.

Did you tell the configure script where your dvb header files are? For
instance, here is the configure line from my FC5 FE/BE that I updated last
week to SVN trunk r14205:
===
./configure --enable-dvb --dvb-path=/usr/local/src/v4l-dvb/linux/include/ --
enable-xvmc --enable-opengl-vsync --enable-proc-opt --with-bindings=perl --p
refix=/usr
===
I checked out the v4l-dvb tree to /usr/local/src/ from linuxtv.org, not sure
where ubuntu would put those files.

Henry



More information about the mythtv-users mailing list