Opened 18 years ago

Closed 18 years ago

#772 closed defect (invalid)

mythgame: svn 8187 build error in gametree.cpp

Reported by: jasonmollman@… 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 Changed 18 years ago by Oscar Carlsson

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

comment:2 Changed 18 years ago by jasonmollman@…

It was during the initial compile that I got those errors.

comment:3 Changed 18 years ago by freedenizen@…

I think you need to do a make install of myth before you try to compile mythplugins

comment:4 Changed 18 years ago by anonymous

Owner: changed from greg to anonymous
Status: newassigned

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 Changed 18 years ago by jasonmollman@…

Ok, good enough.

Doing a make in mythplugins after make install of mythtv seems to make it happy.

comment:6 Changed 18 years ago by anonymous

Resolution: fixed
Status: assignedclosed

comment:7 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: closedreopened

comment:8 Changed 18 years ago by Isaac Richards

Resolution: invalid
Status: reopenedclosed
Note: See TracTickets for help on using tickets.