[mythtv] MythVideo compile problem

Jason Ramey webmaster at permutation.org
Sun Jun 8 02:16:23 EDT 2003


I'm receiving the following error during compile of most recent
MythVideo CVS. This worked previously with Thursday's checkout.

<snip>
g++ -c -pipe -Wall -W -O3 -march=athlon -fomit-frame-pointer
-funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT
-D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include
-I/usr/share/qt3/include -o videotree.o videotree.cpp
videotree.cpp: In constructor `VideoTree::VideoTree(QSqlDatabase*,
QString,
   QString, QWidget*, const char*)':
videotree.cpp:30: no matching function for call to
`GenericTree::GenericTree(
   const char[11], int, bool)'
/usr/local/include/mythtv/uitypes.h:362: candidates are:
   GenericTree::GenericTree(const GenericTree&)
/usr/local/include/mythtv/uitypes.h:376:
   GenericTree::GenericTree(int)
/usr/local/include/mythtv/uitypes.h:375:
   GenericTree::GenericTree(QString)
/usr/local/include/mythtv/uitypes.h:374:
   GenericTree::GenericTree()
videotree.cpp:52: no matching function for call to
`UIManagedTreeListType::
   enter()'
videotree.cpp:53: `updateForeground' undeclared (first use this
function)
videotree.cpp:53: (Each undeclared identifier is reported only once for
each
   function it appears in.)
videotree.cpp: In member function `void VideoTree::buildVideoList()':
videotree.cpp:100: no matching function for call to
`GenericTree::addNode(
   QString, unsigned int&, bool)'
/usr/local/include/mythtv/uitypes.h:379: candidates are: GenericTree*
   GenericTree::addNode(QString)
/usr/local/include/mythtv/uitypes.h:380:                 GenericTree*
   GenericTree::addNode(QString, int)
videotree.cpp:105: no matching function for call to `GenericTree::
   getChildByName(QString&)'
videotree.cpp:108: no matching function for call to
`GenericTree::addNode(
   QString&, int, bool)'
/usr/local/include/mythtv/uitypes.h:379: candidates are: GenericTree*
   GenericTree::addNode(QString)
/usr/local/include/mythtv/uitypes.h:380:                 GenericTree*
   GenericTree::addNode(QString, int)
videotree.cpp: In member function `void
VideoTree::handleTreeListSelection(int,
   QValueVector<int>*)':
videotree.cpp:186: no matching function for call to
`UIManagedTreeListType::
   deactivate()'
videotree.cpp: In member function `void VideoTree::wireUpTheme()':
videotree.cpp:204: `getUIManagedTreeListType' undeclared (first use this
   function)
videotree.cpp:210: no matching function for call to
`UIManagedTreeListType::
   showWholeTree(bool)'
videotree.cpp:217: `getUITextType' undeclared (first use this function)
videotree.cpp:236: `getUIImageType' undeclared (first use this function)
</snip>

I'm running Debian Unstable.  Thanks in advance.

Jason Ramey
webmaster at permutation.org



More information about the mythtv-dev mailing list