Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

: undefined reference to `main'
hutdown(bool)':
el(cListObject*, bool)'|
|
Source code |
1 |
make plugins > compile.log 2>&1 |
|
|
Source code |
1 2 |
Plugin dvd: make[1]: Entering directory `/usr/local/src/vdr-1.4.7/PLUGINS/src/dvd' |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
Plugin dvd: make[1]: Entering directory `/usr/local/src/vdr-1.4.7/PLUGINS/src/dvd-0.3.6_b03' make[1]: Leaving directory `/usr/local/src/vdr-1.4.7/PLUGINS/src/dvd-0.3.6_b03' make[1]: Entering directory `/usr/local/src/vdr-1.4.7/PLUGINS/src/dvd-0.3.6_b03' g++ -O3 -Wall -Woverloaded-virtual -O3 -c -D_GNU_SOURCE - DPLUGIN_NAME_I18N='"dvd"' -I../../../include -I../../../../DVB/include -I/usr/in g++ -O3 -Wall -Woverloaded-virtual -O3 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"dvd"' -I../../../include -I../../../../DVB/include -I/usr/in g++ -O3 -Wall -Woverloaded-virtual -O3 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"dvd"' -I../../../include -I../../../../DVB/include -I/usr/in player-dvd.c: In member function ‘void cDvdPlayer::GetAudioLangCode(const char**) const’: player-dvd.c:2687: warning: deprecated conversion from string constant to ‘char*’ player-dvd.c:2690: warning: deprecated conversion from string constant to ‘char*’ player-dvd.c:2693: warning: deprecated conversion from string constant to ‘char*’ player-dvd.c:2696: warning: deprecated conversion from string constant to ‘char*’ player-dvd.c:2699: warning: deprecated conversion from string constant to ‘char*’ g++ -O3 -Wall -Woverloaded-virtual -O3 -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"dvd"' -I../../../include -I../../../../DVB/include -I/usr/in control-dvd.c: In constructor ‘cDvdPlayerControl::cDvdPlayerControl()’: control-dvd.c:57: error: no matching function for call to ‘cStatus::MsgReplaying(cDvdPlayerControl* const, const char [4])’ ../../../include/vdr/status.h:76: note: candidates are: static void cStatus::MsgReplaying(const cControl*, const char*, const char*, bool control-dvd.c: In destructor ‘virtual cDvdPlayerControl::~cDvdPlayerControl()’: control-dvd.c:63: error: no matching function for call to ‘cStatus::MsgReplaying(cDvdPlayerControl* const, NULL)’ ../../../include/vdr/status.h:76: note: candidates are: static void cStatus::MsgReplaying(const cControl*, const char*, const char*, bool control-dvd.c: In member function ‘bool cDvdPlayerControl::ShowProgress(bool)’: control-dvd.c:313: error: no matching function for call to ‘cStatus::MsgReplaying(cDvdPlayerControl* const, const char [14])’ ../../../include/vdr/status.h:76: note: candidates are: static void cStatus::MsgReplaying(const cControl*, const char*, const char*, bool control-dvd.c:321: error: no matching function for call to ‘cStatus::MsgReplaying(cDvdPlayerControl* const, const char*&)’ ../../../include/vdr/status.h:76: note: candidates are: static void cStatus::MsgReplaying(const cControl*, const char*, const char*, bool control-dvd.c: In member function ‘void cDvdPlayerControl::updateShow(bool)’: control-dvd.c:571: error: no matching function for call to ‘cStatus::MsgReplaying(cDvdPlayerControl* const, const char*&)’ ../../../include/vdr/status.h:76: note: candidates are: static void cStatus::MsgReplaying(const cControl*, const char*, const char*, bool make[1]: *** [control-dvd.o] Fehler 1 make[1]: Leaving directory `/usr/local/src/vdr-1.4.7/PLUGINS/src/dvd-0.3.6_b03' |