Opened 21 years ago
Closed 21 years ago
#772 closed defect (invalid)
mythgame: svn 8187 build error in gametree.cpp
| Reported by: | Owned by: | anonymous | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythgame | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Using svn 8187. On make in mythplugins, mythgame reports build error in gametree.cpp.
gametree.cpp: In member function `virtual void GameTree::keyPressEvent(QKeyEvent*)':
gametree.cpp:405: error: 'class UIManagedTreeListType' has no member named 'incSearchStart'
gametree.cpp:407: error: 'class UIManagedTreeListType' has no member named 'incSearchNext'
make[2]: * [gametree.o] Error 1
make[2]: Leaving directory `/home/myth/mythtv-1208/mythplugins/mythgame/mythgame'
make[1]: * [sub-mythgame] Error 2
make[1]: Leaving directory `/home/myth/mythtv-1208/mythplugins/mythgame'
make: * [sub-mythgame] Error 2
Change History (8)
comment:1 by , 21 years ago
comment:3 by , 21 years ago
I think you need to do a make install of myth before you try to compile mythplugins
comment:4 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Yes, you need to ensure that mythtv is compiled and installed first and is of the same version as the plugins.
I would go back to the mythtv source, make sure it is up to date, do a make clean and recompile/install.
Then Try to compile the plugins again. That incSearch was from
a relatively recent commit to the myth libraries so if your mythtv isn't uptodate mythgame wont see it.
comment:5 by , 21 years ago
Ok, good enough.
Doing a make in mythplugins after make install of mythtv seems to make it happy.
comment:6 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:7 by , 21 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:8 by , 21 years ago
| Resolution: | → invalid |
|---|---|
| Status: | reopened → closed |

Is MythTV up to date? You first need to compile and install it.