Opened 17 years ago

Closed 17 years ago

#3881 closed defect (invalid)

compilation error when building latest svn, take 2....

Reported by: anonymous Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: high Keywords:
Cc: Ticket locked: no

Description

I removed /usr/lib/mythtv, and, after a distclean, I get all of these errors...

g++ -Wl,-rpath,/usr/share/qt/lib -o mythfrontend version.o main.o manualbox.o playbackbox.o viewscheduled.o globalsettings.o manualschedule.o programrecpriority.o channelrecpriority.o statusbox.o networkcontrol.o custompriority.o moc_manualbox.o moc_playbackbox.o moc_viewscheduled.o moc_manualschedule.o moc_programrecpriority.o moc_channelrecpriority.o moc_statusbox.o moc_networkcontrol.o moc_custompriority.o -L/usr/share/qt/lib -L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec -L../../libs/libavformat -L../../libs/libmythfreemheg -L../../libs/libmythui -L../../libs/libmythupnp -L../../libs/libmythlivemedia -lmythtv-0.20 -lmythavformat-0.20 -lmythavutil-0.20 -lmythavcodec-0.20 -lmythfreemheg-0.20 -lmythupnp-0.20 -lmythlivemedia-0.20 -lmyth-0.20 -lmythui-0.20 -lfreetype -lz -lmp3lame -lasound -L/usr/lib -lartsc -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -L/usr/X11R7/lib -lXinerama -lXv -lXxf86vm -lXrandr -lqt-mt -lGLU -lGL -lXmu -lXext -lX11 -lm -lpthread main.o: In function `startTVNormal()': main.cpp:(.text+0x173): undefined reference to `TV::StartTV(ProgramInfo?*, bool, bool, bool)' main.o: In function `startTVInGuide()': main.cpp:(.text+0x1a3): undefined reference to `TV::StartTV(ProgramInfo?*, bool, bool, bool)' main.o: In function `InitJumpPoints?()': main.cpp:(.text+0x437a): undefined reference to `TV::SetEmbedPbbFunc?(ProgramInfo?* (*)(void*))' main.o: In function `internal_play_media(QString const&, QString const&, QString const&, QString const&, int, QString const&)': main.cpp:(.text+0x4dc6): undefined reference to `TV::StartTV(ProgramInfo?*, bool, bool, bool)' main.cpp:(.text+0x527c): undefined reference to `DVDRingBufferPriv::GetNameAndSerialNum?(QString&, QString&)' main.cpp:(.text+0x52b6): undefined reference to `ProgramInfo::GetDVDBookmark(QString, bool) const' main.o: In function `TVMenuCallback(void*, QString&)': main.cpp:(.text+0x5d80): undefined reference to `TV::StartTV(ProgramInfo?*, bool, bool, bool)' main.cpp:(.text+0x5ef0): undefined reference to `TV::StartTV(ProgramInfo?*, bool, bool, bool)' main.o: In function `ProfileGroupEditor::ProfileGroupEditor?()': main.cpp:(.text._ZN18ProfileGroupEditorC1Ev[ProfileGroupEditor::ProfileGroupEditor()]+0x209): undefined reference to `ConfigurationDialog::addChild(Configurable*)' main.o:(.rodata._ZTV18AppearanceSettings[vtable for AppearanceSettings?]+0x24): undefined reference to `ConfigurationDialog::addChild(Configurable*)' main.o:(.rodata._ZTV13ThemeSelector[vtable for ThemeSelector?]+0xb0): undefined reference to `HostDBStorage::whereClause(QMap<QString, QVariant>&)' main.o:(.rodata._ZTV13ThemeSelector[vtable for ThemeSelector?]+0xb4): undefined reference to `HostDBStorage::setClause(QMap<QString, QVariant>&)' main.o:(.rodata._ZTI15HostImageSelect[typeinfo for HostImageSelect?]+0x18): undefined reference to `typeinfo for HostDBStorage' main.o:(.rodata._ZTV15HostImageSelect[vtable for HostImageSelect?]+0xb0): undefined reference to `HostDBStorage::whereClause(QMap<QString, QVariant>&)' main.o:(.rodata._ZTV15HostImageSelect[vtable for HostImageSelect?]+0xb4): undefined reference to `HostDBStorage::setClause(QMap<QString, QVariant>&)' main.o:(.rodata._ZTV28GeneralRecPrioritiesSettings[vtable for GeneralRecPrioritiesSettings?]+0x24): undefined reference to `ConfigurationDialog::addChild(Configurable*)' main.o:(.rodata._ZTV19MainGeneralSettings[vtable for MainGeneralSettings?]+0x24): undefined reference to `ConfigurationDialog::addChild(Configurable*)' main.o:(.rodata._ZTV11EPGSettings[vtable for EPGSettings]+0x24): undefined reference to `ConfigurationDialog::addChild(Configurable*)' main.o:(.rodata._ZTV15GeneralSettings[vtable for GeneralSettings?]+0x24): undefined reference to `ConfigurationDialog::addChild(Configurable*)' main.o:(.rodata._ZTV16PlaybackSettings[vtable for PlaybackSettings?]+0x24): undefined reference to `ConfigurationDialog::addChild(Configurable*)' main.o:(.rodata._ZTV12XboxSettings[vtable for XboxSettings?]+0x24): more undefined references to `ConfigurationDialog::addChild(Configurable*)' follow playbackbox.o: In function `PlaybackBox::fileExists(ProgramInfo?*)': playbackbox.cpp:(.text+0x251): undefined reference to `ProgramInfo::PathnameExists?()' playbackbox.o: In function `PlaybackBox::startPlayer(ProgramInfo?*)': playbackbox.cpp:(.text+0x22ae): undefined reference to `ProgramInfo::GetPlaybackURL(bool, bool)' playbackbox.o: In function `PlaybackBox::getRecGroupPassword(QString)': playbackbox.cpp:(.text+0x4f75): undefined reference to `ProgramInfo::GetRecGroupPassword?(QString)' playbackbox.o: In function `PlaybackBox::toggleAutoExpire(bool)': playbackbox.cpp:(.text+0x884e): undefined reference to `ProgramInfo::SetAutoExpire?(int, bool) const' playbackbox.o: In function `PlaybackBox::updateVideo(QPainter*)': playbackbox.cpp:(.text+0x8ae2): undefined reference to `TV::DrawUnusedRects?(bool)' playbackbox.cpp:(.text+0x8d2f): undefined reference to `ProgramInfo::PathnameExists?()' playbackbox.o: In function `PlaybackBox::doJobQueueJob(int, int)': playbackbox.cpp:(.text+0x96b8): undefined reference to `JobQueue::QueueJob?(int, QString, QDateTime, QString, QString, QString, int, int, QDateTime)' playbackbox.o: In function `PlaybackBox::setWatched()': playbackbox.cpp:(.text+0x1501a): undefined reference to `ProgramInfo::SetWatchedFlag?(bool) const' playbackbox.o: In function `PlaybackBox::setUnwatched()': playbackbox.cpp:(.text+0x15194): undefined reference to `ProgramInfo::SetWatchedFlag?(bool) const' playbackbox.o: In function `PlaybackBox::setGroupFilter()': playbackbox.cpp:(.text+0x1549b): undefined reference to `ProgramInfo::GetRecGroupPassword?(QString)' playbackbox.o: In function `PlaybackBox::showRecGroupPasswordChanger()': playbackbox.cpp:(.text+0x19dc0): undefined reference to `ProgramInfo::GetRecGroupPassword?(QString)' playbackbox.o: In function `PlaybackBox::setRecGroup()': playbackbox.cpp:(.text+0x1bd4c): undefined reference to `ProgramInfo::SetAutoExpire?(int, bool) const' playbackbox.cpp:(.text+0x1bd96): undefined reference to `ProgramInfo::SetAutoExpire?(int, bool) const' playbackbox.cpp:(.text+0x1be0b): undefined reference to `ProgramInfo::SetAutoExpire?(int, bool) const' playbackbox.cpp:(.text+0x1be57): undefined reference to `ProgramInfo::SetAutoExpire?(int, bool) const' playbackbox.o: In function `PlaybackBox::doPlaylistJobQueueJob(int, int)': playbackbox.cpp:(.text+0x1c603): undefined reference to `JobQueue::QueueJob?(int, QString, QDateTime, QString, QString, QString, int, int, QDateTime)' playbackbox.o: In function `PlaybackBox::PlaybackBox?(PlaybackBox::BoxType?, MythMainWindow?*, char const*, TV*)': playbackbox.cpp:(.text+0x20815): undefined reference to `ProgramInfo::GetRecGroupPassword?(QString)' playbackbox.o: In function `PlaybackBox::showActionPopup(ProgramInfo?*)': playbackbox.cpp:(.text+0x243c0): undefined reference to `TV::IsSameProgram?(ProgramInfo?*)' playbackbox.cpp:(.text+0x24598): undefined reference to `TV::IsSameProgram?(ProgramInfo?*)' playbackbox.cpp:(.text+0x24945): undefined reference to `TV::IsSameProgram?(ProgramInfo?*)' playbackbox.o: In function `PlaybackBox::showStoragePopup()': playbackbox.cpp:(.text+0x25565): undefined reference to `MythPushButton::MythPushButton?(QString const&, QString const&, QWidget*, bool, bool)' playbackbox.cpp:(.text+0x25650): undefined reference to `MythPushButton::MythPushButton?(QString const&, QString const&, QWidget*, bool, bool)' playbackbox.o: In function `PlaybackBox::updateShowTitles(QPainter*)': playbackbox.cpp:(.text+0x2a42a): undefined reference to `TV::IsSameProgram?(ProgramInfo?*)' playbackbox.o: In function `PlaybackBox::doRemove(ProgramInfo?*, bool, bool)': playbackbox.cpp:(.text+0x2e8d2): undefined reference to `ProgramInfo::UpdateLastDelete?(bool) const' playbackbox.o: In function `PlaybackBox::showActions(ProgramInfo?*)': playbackbox.cpp:(.text+0x2f302): undefined reference to `ProgramInfo::PathnameExists?()' playbackbox.o: In function `PlaybackBox::play(ProgramInfo?*, bool)': playbackbox.cpp:(.text+0x2faa1): undefined reference to `ProgramInfo::GetPlaybackURL(bool, bool)' playbackbox.cpp:(.text+0x2fae4): undefined reference to `ProgramInfo::PathnameExists?()' playbackbox.cpp:(.text+0x30196): undefined reference to `TV::StartTV(ProgramInfo?*, bool, bool, bool)' playbackbox.o: In function `PlaybackBox::playSelected()': playbackbox.cpp:(.text+0x30ece): undefined reference to `TV::IsSameProgram?(ProgramInfo?*)' playbackbox.o: In function `PlaybackBox::processNetworkControlCommand(QString)': playbackbox.cpp:(.text+0x3132c): undefined reference to `MythContext::dispatch(MythEvent?&)' playbackbox.cpp:(.text+0x314a9): undefined reference to `MythContext::dispatch(MythEvent?&)' playbackbox.cpp:(.text+0x31b1a): undefined reference to `MythContext::dispatch(MythEvent?&)' playbackbox.o: In function `PlaybackBox::PlaybackBox?(PlaybackBox::BoxType?, MythMainWindow?*, char const*, TV*)': playbackbox.cpp:(.text+0x35a73): undefined reference to `ProgramInfo::GetRecGroupPassword?(QString)' globalsettings.o: In function `CategoryOverTimeSettings?()': globalsettings.cpp:(.text+0x216): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `MixerVolume?()': globalsettings.cpp:(.text+0xf29): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.o: In function `AllRecGroupPassword?()': globalsettings.cpp:(.text+0x1833): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `PCMVolume()': globalsettings.cpp:(.text+0x5e59): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.o: In function `CommercialSkipMethod?()': globalsettings.cpp:(.text+0x639f): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `TVVidModeRefreshRate(int)': globalsettings.cpp:(.text+0xc716): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.o: In function `AutoExpireMethod?()': globalsettings.cpp:(.text+0xca9f): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `DefaultTranscoder?()': globalsettings.cpp:(.text+0xce77): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `MythFillDatabaseLog?()': globalsettings.cpp:(.text+0xe667): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `MythFillDatabaseArgs?()': globalsettings.cpp:(.text+0xea07): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `MythFillDatabasePath?()': globalsettings.cpp:(.text+0xed28): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `XboxSettings::XboxSettings?()': globalsettings.cpp:(.text+0x11b68): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.o: In function `XboxSettings::XboxSettings?()': globalsettings.cpp:(.text+0x11f18): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.o: In function `PlaybackSettings::PlaybackSettings?()': globalsettings.cpp:(.text+0x12ae0): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.cpp:(.text+0x12cb6): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.cpp:(.text+0x12e8c): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.o:globalsettings.cpp:(.text+0x12fff): more undefined references to `ConfigurationDialog::addChild(Configurable*)' follow globalsettings.o: In function `ThemeSelector::ThemeSelector?()': globalsettings.cpp:(.text+0x1f774): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.cpp:(.text+0x1f963): undefined reference to `ThemeInfo::ThemeInfo?(QString)' globalsettings.cpp:(.text+0x1fb5f): undefined reference to `ThemeInfo::IsWide?()' globalsettings.cpp:(.text+0x1fbf4): undefined reference to `ThemeInfo::~ThemeInfo?()' globalsettings.o: In function `ThemeSelector::ThemeSelector?()': globalsettings.cpp:(.text+0x20d54): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.cpp:(.text+0x20f84): undefined reference to `ThemeInfo::ThemeInfo?(QString)' globalsettings.cpp:(.text+0x211b7): undefined reference to `ThemeInfo::IsWide?()' globalsettings.cpp:(.text+0x211c7): undefined reference to `ThemeInfo::~ThemeInfo?()' globalsettings.o: In function `AppearanceSettings::AppearanceSettings?()': globalsettings.cpp:(.text+0x26681): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.cpp:(.text+0x26863): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.cpp:(.text+0x269d6): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.cpp:(.text+0x26a20): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.cpp:(.text+0x26b9a): undefined reference to `ConfigurationDialog::addChild(Configurable*)' globalsettings.o:globalsettings.cpp:(.text+0x26bc0): more undefined references to `ConfigurationDialog::addChild(Configurable*)' follow globalsettings.o: In function `GlobalSpinBox::GlobalSpinBox?(QString const&, int, int, int, bool)': globalsettings.cpp:(.text._ZN13GlobalSpinBoxC1ERK7QStringiiib[GlobalSpinBox::GlobalSpinBox(QString const&, int, int, int, bool)]+0x11b): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `HostLineEdit::HostLineEdit?(QString const&, bool)': globalsettings.cpp:(.text._ZN12HostLineEditC1ERK7QStringb[HostLineEdit::HostLineEdit(QString const&, bool)]+0xdf): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.o: In function `GlobalCheckBox::GlobalCheckBox?(QString const&)': globalsettings.cpp:(.text._ZN14GlobalCheckBoxC1ERK7QString[GlobalCheckBox::GlobalCheckBox(QString const&)]+0xd1): undefined reference to `GlobalDBStorage::GlobalDBStorage(Setting*, QString)' globalsettings.o: In function `HostCheckBox::HostCheckBox?(QString const&)': globalsettings.cpp:(.text._ZN12HostCheckBoxC1ERK7QString[HostCheckBox::HostCheckBox(QString const&)]+0xd1): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.o: In function `HostSpinBox::HostSpinBox?(QString const&, int, int, int, bool)': globalsettings.cpp:(.text._ZN11HostSpinBoxC1ERK7QStringiiib[HostSpinBox::HostSpinBox(QString const&, int, int, int, bool)]+0x11b): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.o: In function `HostComboBox::HostComboBox?(QString const&, bool)': globalsettings.cpp:(.text._ZN12HostComboBoxC1ERK7QStringb[HostComboBox::HostComboBox(QString const&, bool)]+0x11e): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.o: In function `VideoModeSettings::VideoModeSettings?()': globalsettings.cpp:(.text._ZN17VideoModeSettingsC1Ev[VideoModeSettings::VideoModeSettings()]+0x26c): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o: In function `LcdSettings::LcdSettings?()': globalsettings.cpp:(.text._ZN11LcdSettingsC1Ev[LcdSettings::LcdSettings()]+0x157): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o: In function `MythFillSettings::MythFillSettings?()': globalsettings.cpp:(.text._ZN16MythFillSettingsC1Ev[MythFillSettings::MythFillSettings()]+0x2a0): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o: In function `MythLogSettings::MythLogSettings?()': globalsettings.cpp:(.text._ZN15MythLogSettingsC1Ev[MythLogSettings::MythLogSettings()]+0x1b2): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o: In function `HwDecSettings::HwDecSettings?()': globalsettings.cpp:(.text._ZN13HwDecSettingsC1Ev[HwDecSettings::HwDecSettings()]+0x2c0): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:globalsettings.cpp:(.text._ZN17WatchListSettingsC1Ev[WatchListSettings::WatchListSettings()]+0x254): more undefined references to `TriggeredConfigurationGroup::addChild(Configurable*)' follow globalsettings.o: In function `DeinterlaceSettings::DeinterlaceSettings?()': globalsettings.cpp:(.text._ZN19DeinterlaceSettingsC1Ev[DeinterlaceSettings::DeinterlaceSettings()]+0x196): undefined reference to `TriggeredConfigurationGroup::SetVertical?(bool)' globalsettings.cpp:(.text._ZN19DeinterlaceSettingsC1Ev[DeinterlaceSettings::DeinterlaceSettings()]+0x254): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o: In function `AudioSettings::AudioSettings?()': globalsettings.cpp:(.text._ZN13AudioSettingsC1Ev[AudioSettings::AudioSettings()]+0x155): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.cpp:(.text._ZN13AudioSettingsC1Ev[AudioSettings::AudioSettings()]+0x16a): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.cpp:(.text._ZN13AudioSettingsC1Ev[AudioSettings::AudioSettings()]+0x3a9): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o: In function `StyleSetting::StyleSetting?()': globalsettings.cpp:(.text._ZN12StyleSettingC1Ev[StyleSetting::StyleSetting()]+0x11d): undefined reference to `HostDBStorage::HostDBStorage(Setting*, QString)' globalsettings.o:(.rodata._ZTV12HostComboBox[vtable for HostComboBox?]+0xb4): undefined reference to `HostDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV12HostComboBox[vtable for HostComboBox?]+0xb8): undefined reference to `HostDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTI12HostComboBox[typeinfo for HostComboBox?]+0x18): undefined reference to `typeinfo for HostDBStorage' globalsettings.o:(.rodata._ZTV11HostSpinBox[vtable for HostSpinBox?]+0x98): undefined reference to `HostDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV11HostSpinBox[vtable for HostSpinBox?]+0x9c): undefined reference to `HostDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTI11HostSpinBox[typeinfo for HostSpinBox?]+0x18): undefined reference to `typeinfo for HostDBStorage' globalsettings.o:(.rodata._ZTV12StyleSetting[vtable for StyleSetting?]+0xb8): undefined reference to `HostDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV12StyleSetting[vtable for StyleSetting?]+0xbc): undefined reference to `HostDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV12HostCheckBox[vtable for HostCheckBox?]+0x98): undefined reference to `HostDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV12HostCheckBox[vtable for HostCheckBox?]+0x9c): undefined reference to `HostDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTI12HostCheckBox[typeinfo for HostCheckBox?]+0x18): undefined reference to `typeinfo for HostDBStorage' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0x5c): undefined reference to `TriggeredConfigurationGroup::configWidget(ConfigurationGroup?*, QWidget*, char const*)' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0x60): undefined reference to `TriggeredConfigurationGroup::byName(QString const&)' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0x78): undefined reference to `ConfigurationGroup::deleteLater()' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0x7c): undefined reference to `TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0x80): undefined reference to `TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0x84): undefined reference to `TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0x88): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0xa4): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0xa8): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV17VideoModeSettings[vtable for VideoModeSettings?]+0xac): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0x5c): undefined reference to `TriggeredConfigurationGroup::configWidget(ConfigurationGroup?*, QWidget*, char const*)' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0x60): undefined reference to `TriggeredConfigurationGroup::byName(QString const&)' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0x78): undefined reference to `ConfigurationGroup::deleteLater()' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0x7c): undefined reference to `TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0x80): undefined reference to `TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0x84): undefined reference to `TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0x88): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0xa4): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0xa8): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV11LcdSettings[vtable for LcdSettings?]+0xac): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV12HostLineEdit[vtable for HostLineEdit?]+0x7c): undefined reference to `LineEditSetting::SetPasswordEcho?(bool)' globalsettings.o:(.rodata._ZTV12HostLineEdit[vtable for HostLineEdit?]+0x9c): undefined reference to `HostDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV12HostLineEdit[vtable for HostLineEdit?]+0xa0): undefined reference to `HostDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTI12HostLineEdit[typeinfo for HostLineEdit?]+0x18): undefined reference to `typeinfo for HostDBStorage' globalsettings.o:(.rodata._ZTV14GlobalCheckBox[vtable for GlobalCheckBox?]+0x98): undefined reference to `GlobalDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV14GlobalCheckBox[vtable for GlobalCheckBox?]+0x9c): undefined reference to `GlobalDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTI14GlobalCheckBox[typeinfo for GlobalCheckBox?]+0x18): undefined reference to `typeinfo for GlobalDBStorage' globalsettings.o:(.rodata._ZTV13GlobalSpinBox[vtable for GlobalSpinBox?]+0x98): undefined reference to `GlobalDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV13GlobalSpinBox[vtable for GlobalSpinBox?]+0x9c): undefined reference to `GlobalDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTI13GlobalSpinBox[typeinfo for GlobalSpinBox?]+0x18): undefined reference to `typeinfo for GlobalDBStorage' globalsettings.o:(.rodata._ZTV14GlobalComboBox[vtable for GlobalComboBox?]+0xb4): undefined reference to `GlobalDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV14GlobalComboBox[vtable for GlobalComboBox?]+0xb8): undefined reference to `GlobalDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTI14GlobalComboBox[typeinfo for GlobalComboBox?]+0x18): undefined reference to `typeinfo for GlobalDBStorage' globalsettings.o:(.rodata._ZTV14GlobalLineEdit[vtable for GlobalLineEdit?]+0x7c): undefined reference to `LineEditSetting::SetPasswordEcho?(bool)' globalsettings.o:(.rodata._ZTV14GlobalLineEdit[vtable for GlobalLineEdit?]+0x9c): undefined reference to `GlobalDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV14GlobalLineEdit[vtable for GlobalLineEdit?]+0xa0): undefined reference to `GlobalDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTI14GlobalLineEdit[typeinfo for GlobalLineEdit?]+0x18): undefined reference to `typeinfo for GlobalDBStorage' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0x5c): undefined reference to `TriggeredConfigurationGroup::configWidget(ConfigurationGroup?*, QWidget*, char const*)' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0x60): undefined reference to `TriggeredConfigurationGroup::byName(QString const&)' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0x78): undefined reference to `ConfigurationGroup::deleteLater()' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0x7c): undefined reference to `TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0x80): undefined reference to `TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0x84): undefined reference to `TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0x88): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0xa4): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0xa8): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV19DeinterlaceSettings[vtable for DeinterlaceSettings?]+0xac): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0x5c): undefined reference to `TriggeredConfigurationGroup::configWidget(ConfigurationGroup?*, QWidget*, char const*)' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0x60): undefined reference to `TriggeredConfigurationGroup::byName(QString const&)' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0x78): undefined reference to `ConfigurationGroup::deleteLater()' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0x7c): undefined reference to `TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0x80): undefined reference to `TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0x84): undefined reference to `TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0x88): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0xa4): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0xa8): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV17WatchListSettings[vtable for WatchListSettings?]+0xac): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0x5c): undefined reference to `TriggeredConfigurationGroup::configWidget(ConfigurationGroup?*, QWidget*, char const*)' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0x60): undefined reference to `TriggeredConfigurationGroup::byName(QString const&)' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0x78): undefined reference to `ConfigurationGroup::deleteLater()' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0x7c): undefined reference to `TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0x80): undefined reference to `TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0x84): undefined reference to `TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0x88): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0xa4): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0xa8): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV13HwDecSettings[vtable for HwDecSettings?]+0xac): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0x5c): undefined reference to `TriggeredConfigurationGroup::configWidget(ConfigurationGroup?*, QWidget*, char const*)' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0x60): undefined reference to `TriggeredConfigurationGroup::byName(QString const&)' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0x78): undefined reference to `ConfigurationGroup::deleteLater()' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0x7c): undefined reference to `TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0x80): undefined reference to `TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0x84): undefined reference to `TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0x88): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0xa4): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0xa8): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV13AudioSettings[vtable for AudioSettings?]+0xac): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV10HostSlider[vtable for HostSlider?]+0x98): undefined reference to `HostDBStorage::whereClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTV10HostSlider[vtable for HostSlider?]+0x9c): undefined reference to `HostDBStorage::setClause(QMap<QString, QVariant>&)' globalsettings.o:(.rodata._ZTI10HostSlider[typeinfo for HostSlider?]+0x18): undefined reference to `typeinfo for HostDBStorage' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0x5c): undefined reference to `TriggeredConfigurationGroup::configWidget(ConfigurationGroup?*, QWidget*, char const*)' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0x60): undefined reference to `TriggeredConfigurationGroup::byName(QString const&)' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0x78): undefined reference to `ConfigurationGroup::deleteLater()' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0x7c): undefined reference to `TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0x80): undefined reference to `TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0x84): undefined reference to `TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0x88): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0xa4): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0xa8): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV22NetworkControlSettings[vtable for NetworkControlSettings?]+0xac): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0x5c): undefined reference to `TriggeredConfigurationGroup::configWidget(ConfigurationGroup?*, QWidget*, char const*)' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0x60): undefined reference to `TriggeredConfigurationGroup::byName(QString const&)' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0x78): undefined reference to `ConfigurationGroup::deleteLater()' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0x7c): undefined reference to `TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0x80): undefined reference to `TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0x84): undefined reference to `TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0x88): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0xa4): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0xa8): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV15MythLogSettings[vtable for MythLogSettings?]+0xac): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0x5c): undefined reference to `TriggeredConfigurationGroup::configWidget(ConfigurationGroup?*, QWidget*, char const*)' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0x60): undefined reference to `TriggeredConfigurationGroup::byName(QString const&)' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0x78): undefined reference to `ConfigurationGroup::deleteLater()' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0x7c): undefined reference to `TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0x80): undefined reference to `TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0x84): undefined reference to `TriggeredConfigurationGroup::save(QString)' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0x88): undefined reference to `TriggeredConfigurationGroup::addChild(Configurable*)' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0xa4): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::load()' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0xa8): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save()' globalsettings.o:(.rodata._ZTV16MythFillSettings[vtable for MythFillSettings?]+0xac): undefined reference to `non-virtual thunk to TriggeredConfigurationGroup::save(QString)' manualschedule.o: In function `ManualSchedule::ManualSchedule?(MythMainWindow?*, char const*)': manualschedule.cpp:(.text+0x2959): undefined reference to `MythComboBox::Init()' manualschedule.cpp:(.text+0x3022): undefined reference to `MythComboBox::Init()' manualschedule.cpp:(.text+0x3781): undefined reference to `MythComboBox::Init()' manualschedule.cpp:(.text+0x393e): undefined reference to `MythComboBox::Init()' manualschedule.cpp:(.text+0x3c20): undefined reference to `MythComboBox::Init()' manualschedule.o:manualschedule.cpp:(.text+0x58f9): more undefined references to `MythComboBox::Init()' follow channelrecpriority.o: In function `ChannelRecPriority::edit()': channelrecpriority.cpp:(.text+0x527c): undefined reference to `ChannelWizard::ChannelWizard?(int, int)' statusbox.o: In function `StatusBox::clicked()': statusbox.cpp:(.text+0x13e84): undefined reference to `ProgramInfo::SetAutoExpire?(int, bool) const' networkcontrol.o: In function `NetworkControl::saveScreenshot(QStringList)': networkcontrol.cpp:(.text+0x86e6): undefined reference to `MythContext::dispatch(MythEvent?&)' networkcontrol.cpp:(.text+0x8b3d): undefined reference to `PreviewGenerator::SaveScreenshot?(ProgramInfo?*, QString&, long long, int&, int&)' networkcontrol.o: In function `NetworkControl::processQuery(QStringList)': networkcontrol.cpp:(.text+0x98e7): undefined reference to `MythContext::dispatch(MythEvent?&)' networkcontrol.o: In function `NetworkControl::processPlay(QStringList)': networkcontrol.cpp:(.text+0xa246): undefined reference to `MythContext::dispatch(MythEvent?&)' networkcontrol.cpp:(.text+0xa6f0): undefined reference to `MythContext::dispatch(MythEvent?&)' networkcontrol.cpp:(.text+0xab35): undefined reference to `MythContext::dispatch(MythEvent?&)' custompriority.o: In function `CustomPriority::CustomPriority?(MythMainWindow?*, char const*, ProgramInfo?*)': custompriority.cpp:(.text+0x40a0): undefined reference to `MythComboBox::Init()' custompriority.cpp:(.text+0x48b8): undefined reference to `MythComboBox::Init()' custompriority.o: In function `CustomPriority::CustomPriority?(MythMainWindow?*, char const*, ProgramInfo?*)': custompriority.cpp:(.text+0xa0d0): undefined reference to `MythComboBox::Init()' custompriority.cpp:(.text+0xa8e8): undefined reference to `MythComboBox::Init()' collect2: ld returned 1 exit status make[2]: * [mythfrontend] Error 1 make[2]: Leaving directory `/home/bigd/build/mythtv/programs/mythfrontend' make[1]: * [sub-mythfrontend] Error 2 make[1]: Leaving directory `/home/bigd/build/mythtv/programs' make: * [sub-programs] Error 2

real 28m4.162s user 26m38.964s sys 1m2.880s bigd@BIGD-BLUE ~/build/mythtv $

Any ideas?

Change History (2)

comment:1 Changed 17 years ago by anonymous

I found that I did not get all the libs, I am retrying again with distclean...

comment:2 in reply to:  1 Changed 17 years ago by paulh

Resolution: invalid
Status: newclosed

Replying to anonymous:

I found that I did not get all the libs, I am retrying again with distclean...

I take it we can close this as invalid.

Note: See TracTickets for help on using tickets.