linux-nvnj:/home/martin/unzip/vdr-1.4.3 # make istall make: *** Keine Regel, um »istall« zu erstellen. Schluss. linux-nvnj:/home/martin/unzip/vdr-1.4.3 # make install Plugin hello: make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/hello' make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/hello' make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/hello' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"hello"' -I../../../include hello.c g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"hello"' -I../../../include i18n.c g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -shared hello.o i18n.o -o libvdr-hello.so make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/hello' Plugin osddemo: make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/osddemo' make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/osddemo' make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/osddemo' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"osddemo"' -I../../../include osddemo.c g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -shared osddemo.o -o libvdr-osddemo.so make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/osddemo' Plugin servicedemo: make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/servicedemo' make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/servicedemo' make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/servicedemo' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"servicedemo "' -I../../../include svccli.cg++ -fPIC -g -O2 -Wall -Woverloaded-virtual -shared svccli.o -o libvdr-svccli.so g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"servicedemo "' -I../../../include svcsvr.cg++ -fPIC -g -O2 -Wall -Woverloaded-virtual -shared svcsvr.o -o libvdr-svcsvr.so make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/servicedemo' Plugin skincurses: make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/skincurses' make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/skincurses' make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/skincurses' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"skincurses"' -I../../../include skincurses.c skincurses.c:9:21: error: ncurses.h: Datei oder Verzeichnis nicht gefunden skincurses.c:46: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:47: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c:48: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:49: error: ‘COLOR_GREEN’ was not declared in this scope skincurses.c:50: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:51: error: ‘COLOR_YELLOW’ was not declared in this scope skincurses.c:52: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:53: error: ‘COLOR_RED’ was not declared in this scope skincurses.c:61: error: ISO C++ forbids declaration of ‘WINDOW’ with no type skincurses.c:61: error: expected ‘;’ before ‘*’ token skincurses.c:62: error: ISO C++ forbids declaration of ‘WINDOW’ with no type skincurses.c:62: error: expected ‘;’ before ‘*’ token skincurses.c:65: error: ‘COLOR_BLACK’ was not declared in this scope ../../../include/vdr/osd.h: In constructor ‘cCursesOsd::cCursesOsd(int, int)’: ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:79: error: within this context skincurses.c:82: error: ‘start_color’ was not declared in this scope skincurses.c:83: error: ‘stdscr’ was not declared in this scope skincurses.c:83: error: ‘leaveok’ was not declared in this scope skincurses.c:85: error: ‘window’ was not declared in this scope skincurses.c:85: error: ‘subwin’ was not declared in this scope skincurses.c:86: error: ‘syncok’ was not declared in this scope skincurses.c: In destructor ‘virtual cCursesOsd::~cCursesOsd()’: skincurses.c:91: error: ‘window’ was not declared in this scope skincurses.c:92: error: ‘werase’ was not declared in this scope skincurses.c:94: error: ‘delwin’ was not declared in this scope skincurses.c: In member function ‘void cCursesOsd::SetColor(int, int)’: skincurses.c:105: error: ‘init_pair’ was not declared in this scope skincurses.c:107: error: ‘window’ was not declared in this scope skincurses.c:107: error: ‘COLOR_PAIR’ was not declared in this scope skincurses.c:107: error: ‘wattrset’ was not declared in this scope skincurses.c:111: error: ‘window’ was not declared in this scope skincurses.c:111: error: ‘COLOR_PAIR’ was not declared in this scope skincurses.c:111: error: ‘wattrset’ was not declared in this scope ../../../include/vdr/osd.h: In member function ‘virtual void cCursesOsd::SaveRegion(int, int, int, int)’: ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:119: error: within this context ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:120: error: within this context skincurses.c:120: error: ‘delwin’ was not declared in this scope ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:121: error: within this context ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:123: error: within this context skincurses.c:123: error: ‘newwin’ was not declared in this scope skincurses.c:124: error: ‘window’ was not declared in this scope ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:124: error: within this context skincurses.c:124: error: ‘copywin’ was not declared in this scope ../../../include/vdr/osd.h: In member function ‘virtual void cCursesOsd::RestoreRegion()’: ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:129: error: within this context ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:130: error: within this context skincurses.c:130: error: ‘window’ was not declared in this scope ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:130: error: within this context skincurses.c:130: error: ‘class cBitmap’ has no member named ‘_begy’ ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:130: error: within this context skincurses.c:130: error: ‘class cBitmap’ has no member named ‘_begx’ ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:130: error: within this context skincurses.c:130: error: ‘class cBitmap’ has no member named ‘_maxy’ ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:130: error: within this context skincurses.c:130: error: ‘class cBitmap’ has no member named ‘_begy’ ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:130: error: within this context skincurses.c:130: error: ‘class cBitmap’ has no member named ‘_maxx’ ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:130: error: within this context skincurses.c:130: error: ‘class cBitmap’ has no member named ‘_begx’ skincurses.c:130: error: ‘copywin’ was not declared in this scope ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:131: error: within this context skincurses.c:131: error: ‘delwin’ was not declared in this scope ../../../include/vdr/osd.h:221: error: ‘cBitmap* cOsd::savedRegion’ is private skincurses.c:132: error: within this context skincurses.c: In member function ‘virtual void cCursesOsd::DrawText(int, int, const char*, tColor, tColor, const cFont*, int, int, int)’: skincurses.c:170: error: ‘window’ was not declared in this scope skincurses.c:170: error: ‘wmove’ was not declared in this scope skincurses.c:171: error: ‘waddnstr’ was not declared in this scope skincurses.c: In member function ‘virtual void cCursesOsd::DrawRectangle(int, int, int, int, tColor)’: skincurses.c:178: error: ‘window’ was not declared in this scope skincurses.c:178: error: ‘wmove’ was not declared in this scope skincurses.c:179: error: ‘whline’ was not declared in this scope skincurses.c:181: error: ‘window’ was not declared in this scope skincurses.c:181: error: ‘wsyncup’ was not declared in this scope skincurses.c: In member function ‘virtual void cCursesOsd::Flush()’: skincurses.c:186: error: ‘refresh’ was not declared in this scope skincurses.c: In constructor ‘cSkinCursesDisplayChannel::cSkinCursesDisplayChannel(bool)’: skincurses.c:211: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayChannel::SetChannel(const cChannel*, int)’: skincurses.c:221: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:222: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayChannel::SetEvents(const cEvent*, const cEvent*)’: skincurses.c:227: error: ‘COLOR_RED’ was not declared in this scope skincurses.c:228: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:232: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:233: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c:234: error: ‘COLOR_YELLOW’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayChannel::Flush()’: skincurses.c:256: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:256: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In constructor ‘cSkinCursesDisplayMenu::cSkinCursesDisplayMenu()’: skincurses.c:287: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘void cSkinCursesDisplayMenu::SetScrollbar()’: skincurses.c:305: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c:306: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayMenu::Clear()’: skincurses.c:323: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayMenu::SetTitle(const char*)’: skincurses.c:329: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:329: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayMenu::SetButtons(const char*, const char*, const char*, const char*)’: skincurses.c:341: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:341: error: ‘COLOR_RED’ was not declared in this scope skincurses.c:341: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:342: error: ‘COLOR_GREEN’ was not declared in this scope skincurses.c:343: error: ‘COLOR_YELLOW’ was not declared in this scope skincurses.c:344: error: ‘COLOR_BLUE’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayMenu::SetMessage(eMessageType, const char*)’: skincurses.c:352: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayMenu::SetItem(const char*, int, bool, bool)’: skincurses.c:360: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:361: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c:364: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:364: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c:365: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayMenu::SetEvent(const cEvent*)’: skincurses.c:387: error: ‘COLOR_YELLOW’ was not declared in this scope skincurses.c:387: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:396: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayMenu::SetRecording(const cRecording*)’: skincurses.c:418: error: ‘COLOR_YELLOW’ was not declared in this scope skincurses.c:418: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:424: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayMenu::SetText(const char*, bool)’: skincurses.c:439: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:439: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayMenu::Flush()’: skincurses.c:446: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:446: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c: In constructor ‘cSkinCursesDisplayReplay::cSkinCursesDisplayReplay(bool)’: skincurses.c:473: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayReplay::SetTitle(const char*)’: skincurses.c:483: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:483: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayReplay::SetProgress(int, int)’: skincurses.c:505: error: ‘COLOR_GREEN’ was not declared in this scope skincurses.c:506: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayReplay::SetCurrent(const char*)’: skincurses.c:511: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:511: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayReplay::SetTotal(const char*)’: skincurses.c:516: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:516: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayReplay::SetJump(const char*)’: skincurses.c:521: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:521: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In member function ‘virtual void cSkinCursesDisplayVolume::SetVolume(int, int, bool)’: skincurses.c:567: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:568: error: ‘COLOR_GREEN’ was not declared in this scope skincurses.c:574: error: ‘COLOR_GREEN’ was not declared in this scope skincurses.c:574: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:576: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c: In constructor ‘cSkinCursesDisplayTracks::cSkinCursesDisplayTracks(const char*, int, const char* const*)’: skincurses.c:609: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:610: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c: In member function ‘void cSkinCursesDisplayTracks::SetItem(const char*, int, bool)’: skincurses.c:625: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c:626: error: ‘COLOR_CYAN’ was not declared in this scope skincurses.c:630: error: ‘COLOR_WHITE’ was not declared in this scope skincurses.c:631: error: ‘COLOR_BLACK’ was not declared in this scope skincurses.c: In destructor ‘virtual cPluginSkinCurses::~cPluginSkinCurses()’: skincurses.c:765: error: ‘endwin’ was not declared in this scope skincurses.c: In member function ‘virtual bool cPluginSkinCurses::Initialize()’: skincurses.c:783: error: ‘WINDOW’ was not declared in this scope skincurses.c:783: error: ‘w’ was not declared in this scope skincurses.c:783: error: ‘initscr’ was not declared in this scope make[1]: *** [skincurses.o] Fehler 1 make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/skincurses' Plugin sky: make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/sky' make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/sky' make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/sky' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"sky"' -I../../../include sky.c g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -shared sky.o -o libvdr-sky.so make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/sky' Plugin status: make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/status' make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/status' make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/status' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"status"' -I../../../include status.c g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -shared status.o -o libvdr-status.so make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/status' Plugin svdrpdemo: make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/svdrpdemo' make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/svdrpdemo' make[1]: Entering directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/svdrpdemo' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"svdrpdemo"' -I../../../include svdrpdemo.cg++ -fPIC -g -O2 -Wall -Woverloaded-virtual -shared svdrpdemo.o -o libvdr-svdrpdemo.so make[1]: Leaving directory `/home/martin/unzip/vdr-1.4.3/PLUGINS/src/svdrpdemo' *** failed plugins: skincurses cp: „./PLUGINS/lib/libvdr-hello.so.1.4.3“ und „./PLUGINS/lib/libvdr-hello.so.1.4.3“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-osddemo.so.1.4.3“ und „./PLUGINS/lib/libvdr-osddemo.so.1.4.3“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-sky.so.1.4.3“ und „./PLUGINS/lib/libvdr-sky.so.1.4.3“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-status.so.1.4.3“ und „./PLUGINS/lib/libvdr-status.so.1.4.3“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-svccli.so.1.4.3“ und „./PLUGINS/lib/libvdr-svccli.so.1.4.3“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-svcsvr.so.1.4.3“ und „./PLUGINS/lib/libvdr-svcsvr.so.1.4.3“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-svdrpdemo.so.1.4.3“ und „./PLUGINS/lib/libvdr-svdrpdemo.so.1.4.3“ sind die gleiche Datei make: *** [install-plugins] Fehler 1 linux-nvnj:/home/martin/unzip/vdr-1.4.3 #