[mythtv-users] Can't build plugins

Paul Harrison mythtv at sky.com
Fri Feb 18 07:21:33 UTC 2011


On 2/17/11, shawn king <slackerlinux85 at gmail.com> wrote:
> On 02/18/2011 01:40 AM, Paul Harrison wrote:
>> On 17/02/11 15:20, raptor jr wrote:
>>
>>> I did a git pull today and get a error when i try to compile the plugins:
>>>
>>> In file included from rsseditor.cpp:11:
>>> :23: error: expected initializer before â:â token
>>> make[2]: *** [rsseditor.o] Error 1
>>> make[2]: *** Waiting for unfinished jobs....
>>> make[2]: Leaving directory
>>> `/home/stefan/dev/mythtv/mythtv/mythplugins/mythnetvision/mythnetvision'
>>> make[1]: *** [sub-mythnetvision-make_default] Error 2
>>> make[1]: Leaving directory
>>> `/home/stefan/dev/mythtv/mythtv/mythplugins/mythnetvision'
>>> make: *** [sub-mythnetvision-make_default] Error 2
>>>
>>>
>>> I did a distclean of myth and the plugins before the build. What could
>>> i try?
>>>
>>> /Stefan
>>>
>> I had the same problem. Just delete
>> /usr/include/mythtv/mythuifilebrowser.h.  That header was move to
>> libmythui inhttps://github.com/MythTV/mythtv/commit/65f2edae5 so you
>> probably have an old and new version of that header.
>>
>> Paul H.
> try using "git clean -f -d -x ." in your git source it should clean out
> any old files that are not meant to be there

This wont help in this case since the problem is an header that has
already been installed.

Paul H.


More information about the mythtv-users mailing list