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 <[EMAIL PROTECTED]> wrote: <oopsmissingXvMCHostCheckboxjunk> -- Andrew Mahone andrew DOT mahone AT gmail DOT com _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
