[vdr] compile error webvideo-0.0.3
Antti Ajanki
antti.ajanki at iki.fi
Wed Aug 20 16:34:36 CEST 2008
Halim Sahin wrote:
> Hi,
> I can't build the plugin.
>
>
> menu.c: In member function ‘int cNavigationMenu::GoToURL(const char*, eLinkType, const char*)’:
> menu.c:497: warning: deprecated conversion from string constant to ‘char*’
> In file included from download.c:18:
> /usr/include/libmms/mmsx.h:58: error: expected ‘,’ or ‘...’ before ‘this’
> /usr/include/libmms/mmsx.h:60: error: expected ‘,’ or ‘...’ before ‘this’
> /usr/include/libmms/mmsx.h:62: error: expected ‘,’ or ‘...’ before ‘this’
This is a bug in libmms headers. You can apply the attached patch to
/usr/include/libmms/mmsx.h. Or, if you don't want to edit system files,
replace every occurrence of the string "mmsx" with "mms" in download.c
in the plugin sources. In the latter case the plugin loses the ability
to automatically try mmsh protocol if mms fails.
--
Antti Ajanki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: this_keyword_mmsx.diff
Type: text/x-diff
Size: 637 bytes
Desc: not available
Url : http://www.linuxtv.org/pipermail/vdr/attachments/20080820/813dfbef/attachment.diff
More information about the vdr
mailing list