[mythtv] Re: [mythtv-commits] mythtv commits

Andrew Mahone andrew.mahone at gmail.com
Sun May 1 00:35:42 UTC 2005


I'm seeing the same.  If you look at the generated moc_settings.cpp,
the #ifdef USING_XVMC has been stripped, so that the generated code
for XvMCHostCheckBox attempts to compile regardless of the define. 
This breaks, because the #ifdef still exists around class definition
settings.h, and the compiler chokes on all of these references to an
undefined class.

I'm not sure what the correct fix for this is.  For a work-around, I
killed the XvMCHostCheckBox members from the generated
moc_settings.cpp, which got me as far as finishing libmyth.  I'm still
waiting for the rest to finish, so I'm not sure if similar issues will
bite me anywhere else.

On 4/23/05, Bruce Markey <bjm at lvcm.com> wrote:
<oopsmissingXvMCHostCheckboxjunk>
-- 
Andrew Mahone
andrew DOT mahone AT gmail DOT com


More information about the mythtv-dev mailing list