[mythtv-users] Questions about 29

Roger Siddons dizygotheca at ntlworld.com
Sun Feb 18 11:58:53 UTC 2018


On Sun, 18 Feb 2018 11:57:16 +0800
James Linder <jam at tigger.ws> wrote:

> Hi Guys
> 
> This is more complicated than I understand. Help please anyone …
> 
> 
> moc_globalsettings.o:(.data.rel.ro._ZTV30HostRefreshRateComboBoxSetting[_ZTV30HostRefreshRateComboBoxSetting]+0x138):
> undefined reference to
> `HostRefreshRateComboBoxSetting::ChangeResolution(StandardSetting*)’
> 

It's a bug. Installing Xrandr will work-around it.

Unless you're specifically disabling Xrandr, in which case
globalsettings.h::VideoModeSettings and
globalsettings.h::HostRefreshRateComboBoxSetting probably need guards
such as:

#if defined(USING_XRANDR) || CONFIG_DARWIN

around them.


More information about the mythtv-users mailing list