Opened 13 years ago

Closed 13 years ago

#9619 closed Bug Report - General (Invalid)

mythnetvision fails to build

Reported by: yiannividalis@… Owned by: robertm
Priority: minor Milestone: unknown
Component: Plugin - MythNetvision Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Hi.

Trying to build at the df4b41d1049b5a8a86cd44fa5ec0425bf4a81154 commit, I receive the error

In file included from rsseditor.cpp:10:0:
/usr/include/mythtv/mythuifilebrowser.h:23:25: error: expected initializer before ‘:’ token
make[2]: *** [rsseditor.o] Error 1
make[2]: Leaving directory `/store/readonly/repos/mythtv-git/mythplugins/mythnetvision/mythnetvision'
make[1]: *** [sub-mythnetvision-make_default] Error 2
make[1]: Leaving directory `/store/readonly/repos/mythtv-git/mythplugins/mythnetvision'
make: *** [sub-mythnetvision-make_default] Error 2

Change History (1)

comment:1 Changed 13 years ago by robertm

Resolution: Invalid
Status: newclosed

You have left over cruft in /usr/include/mythtv, mythuifilebrowser has moved to libmythui. MNV builds correctly here with a fresh install of core. You need to clean up/clear out your header dir as your plugins are building against old source.

Note: See TracTickets for help on using tickets.