Advertisement
Guest User

Untitled

a guest
Apr 19th, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Plugin iptv:
  2. make[1]: Entering directory `/vdr-1.7.16/PLUGINS/src/iptv-0.3.2'
  3. g++ -fPIC -g -O2 -Wall -Wextra -Wswitch-default -Wfloat-equal -Wundef -Wpointer-arith -Wconversion -Wcast-align -Wredundant-decls -Wno-unused-parameter -Woverloaded-virtual -Wno-parentheses -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"iptv"' -I../../../include setup.c
  4. setup.c: In member function `void cIptvMenuEditChannel::GetChannelData(cChannel*)':
  5. setup.c:151: error: `stPlug' is not a member of `cSource'
  6. setup.c: In member function `void cIptvMenuEditChannel::SetChannelData(cChannel*)':
  7. setup.c:200: error: no matching function for call to `cChannel::SetPids(int&, int&, int&, int[33], char[32][8], int[17], char[16][8], int[33], char[32][8], int&)'
  8. ../../../include/vdr/channels.h:194: note: candidates are: void cChannel::SetPids(int, int, int, int*, int*, char (*)[8], int*, int*, char (*)[8], int*, char (*)[8], int)
  9. setup.c:207: error: 'class cChannel' has no member named 'SetPlugTransponderData'
  10. setup.c:207: error: `stPlug' is not a member of `cSource'
  11. setup.c: In member function `void cIptvMenuChannels::Setup()':
  12. setup.c:421: error: 'class cChannel' has no member named 'IsPlug'
  13. make[1]: *** [setup.o] Error 1
  14. make[1]: Leaving directory `/vdr-1.7.16/PLUGINS/src/iptv-0.3.2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement