Opened 16 years ago
Closed 16 years ago
#7038 closed defect (fixed)
commit: r21807 causes compile errors for some plugins
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | head |
Severity: | medium | Keywords: | |
Cc: | ryan.goat@… | Ticket locked: | no |
Description
I get the following error when compiling mythplugins with --enable-mythgallery. I get a similar error with --enable-mythbrowser. Maybe other plugins have errors also. I have not trying them all.
/usr/include/mythtv/libmythui/mythuibuttonlist.h: In member function ‘virtual bool IconView::Create()’: /usr/include/mythtv/libmythui/mythuibuttonlist.h:180: error: ‘void MythUIButtonList::SetActive(bool)’ is protected iconview.cpp:198: error: within this context make[2]: *** [iconview.o] Error 1
This seems to be caused by commit: r21807
Note:
See TracTickets
for help on using tickets.
(In [21810]) Fix compilation of mythgallery.Refs #7038