[mythtv] Re:MythRecipe

Joseph A. Caputo jcaputo1 at comcast.net
Wed Apr 28 22:46:20 EDT 2004


bin crawler wrote:
> I have completed an initialll offering for mythRecipe and would like 
> some feedback by testers...
> You can find the source and compile instructions at
> 
> http://mythextra.napsi.net/mythRecipe.html
> 
> check it out... improvements/features welcome...

What's this written against?  It doesn't compile for me against current 
Myth CVS.  Errors below.

-JAC

cd mythModule && make -f Makefile
make[1]: Entering directory `/home/tv/src/Myth/mythModule.recipe/mythModule'
g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC  -D_GNU_SOURCE 
-DPREFIX=\"/usr/local/stow/mythtv-2004-04-21\" -DQT_THREAD_SUPPORT 
-DQT_PLUGIN -I/usr/lib/qt-3.3/mkspecs/default -I. 
-I/usr/local/stow/mythtv-2004-04-21/include 
-I/usr/local/stow/mythtv-2004-04-21/include -I/usr/lib/qt-3.3/include -o 
ModuleWindow.o ModuleWindow.cpp
ModuleWindow.cpp: In member function `void
    ModuleWindow::ingredientsListChanged(int)':
ModuleWindow.cpp:144: error: `GetItem' undeclared (first use this function)
ModuleWindow.cpp:144: error: (Each undeclared identifier is reported 
only once
    for each function it appears in.)
ModuleWindow.cpp: In member function `void 
ModuleWindow::displayRecipe(QString)
    ':
ModuleWindow.cpp:488: error: `Reset' undeclared (first use this function)
ModuleWindow.cpp:513: error: `AddItem' undeclared (first use this function)
ModuleWindow.cpp: In member function `void ModuleWindow::wireUpTheme()':
ModuleWindow.cpp:711: error: no matching function for call to 
`ModuleWindow::
    connect(UIListBtnType*&, const char[19], const char[26])'
/usr/lib/qt-3.3/include/qobject.h:116: error: candidates are: static bool
    QObject::connect(const QObject*, const char*, const QObject*, const 
char*)
/usr/lib/qt-3.3/include/qobject.h:227: error:                 bool
    QObject::connect(const QObject*, const char*, const char*) const
ModuleWindow.cpp:713: error: no matching function for call to 
`ModuleWindow::
    connect(UIListBtnType*&, const char[19], const char[24])'
/usr/lib/qt-3.3/include/qobject.h:116: error: candidates are: static bool
    QObject::connect(const QObject*, const char*, const QObject*, const 
char*)
/usr/lib/qt-3.3/include/qobject.h:227: error:                 bool
    QObject::connect(const QObject*, const char*, const char*) const
ModuleWindow.cpp:715: error: no matching function for call to 
`ModuleWindow::
    connect(UIListBtnType*&, const char[19], const char[29])'
/usr/lib/qt-3.3/include/qobject.h:116: error: candidates are: static bool
    QObject::connect(const QObject*, const char*, const QObject*, const 
char*)
/usr/lib/qt-3.3/include/qobject.h:227: error:                 bool
    QObject::connect(const QObject*, const char*, const char*) const
ModuleWindow.cpp: In member function `void 
ModuleWindow::numberPressAction(int)
    ':
ModuleWindow.cpp:779: error: `GetItemCurrent' undeclared (first use this
    function)
ModuleWindow.cpp:780: error: `GetCount' undeclared (first use this function)
ModuleWindow.cpp:784: error: `MoveUp' undeclared (first use this function)
ModuleWindow.cpp:787: error: `MoveDown' undeclared (first use this function)
ModuleWindow.cpp: In member function `void ModuleWindow::cursorPgUp()':
ModuleWindow.cpp:802: error: `MoveUp' undeclared (first use this function)
ModuleWindow.cpp: In member function `void ModuleWindow::cursorUp()':
ModuleWindow.cpp:828: error: `MoveUp' undeclared (first use this function)
ModuleWindow.cpp: In member function `void ModuleWindow::cursorPgDown()':
ModuleWindow.cpp:846: error: `MoveDown' undeclared (first use this function)
ModuleWindow.cpp:852: error: `GetItemCurrent' undeclared (first use this
    function)
ModuleWindow.cpp:852: error: `GetItem' undeclared (first use this function)
ModuleWindow.cpp: In member function `void ModuleWindow::cursorDown()':
ModuleWindow.cpp:874: error: `MoveDown' undeclared (first use this function)
ModuleWindow.cpp: In member function `void 
ModuleWindow::setColumnActive(int)':
ModuleWindow.cpp:962: error: `SetActive' undeclared (first use this 
function)
ModuleWindow.cpp:983: error: `MoveUp' undeclared (first use this function)
ModuleWindow.cpp: In member function `void 
ModuleWindow::buildRecipeList(bool,
    int)':
ModuleWindow.cpp:1088: error: `Reset' undeclared (first use this function)
ModuleWindow.cpp:1100: error: `GetItemCurrent' undeclared (first use this
    function)
ModuleWindow.cpp:1100: error: `GetItem' undeclared (first use this function)
ModuleWindow.cpp:1124: error: `AddItem' undeclared (first use this function)
ModuleWindow.cpp: In member function `void 
ModuleWindow::buildCategoryList()':
ModuleWindow.cpp:1137: error: `AddItem' undeclared (first use this function)
make[1]: *** [ModuleWindow.o] Error 1
make[1]: Leaving directory `/home/tv/src/Myth/mythModule.recipe/mythModule'
make: *** [sub-mythModule] Error 2




More information about the mythtv-dev mailing list