[mythtv] Re: Ticket #491: Frontend only build fails

Paul Volkaerts paul.volkaerts at lineone.net
Tue Oct 25 19:49:36 UTC 2005


> jgmtfia Mr wrote:
> > I am using the svn head. I have changed the ticket to reflect the proper
> > version.
> >
> > ./configure --disable-backend --disable-dvb
> > qmake mythtv.pro <http://mythtv.pro>
> > make
> >
> > yields:
> > ../../libs/libmythtv/libmythtv-0.18.so <http://0.18.so>:
> undefined reference
> > to `vtable for DVBTransportsEditor'
>

I get similar when trying to compile without DVB, I get a bunch of undefined
references in libmythtv-0.18.so, which when I look appear to be in
siparser.cpp; which of course is not compiled in when DVB is disabled.

It looks like the files excluded when "update_dvb" is not checked using
./configure is not correct.

Paul




More information about the mythtv-dev mailing list