bin leider nicht so der linux profi - das director028tgz... was ich fand lieferte mir nach einem make auf dem easyvdr :
QuoteeasyVDR:/tmp/director-0.2.8# make g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"director"' -I../../../include -I../../../../DVB/include director.c In file included from director.c:9: i18n.h:12:22: error: vdr/i18n.h: Datei oder Verzeichnis nicht gefunden In file included from director.c:10: director.h:4:24: error: vdr/plugin.h: Datei oder Verzeichnis nicht gefunden director.h:5:24: error: vdr/status.h: Datei oder Verzeichnis nicht gefunden director.h:6:24: error: vdr/remote.h: Datei oder Verzeichnis nicht gefunden In file included from director.c:11: directorosd.h:6:23: error: vdr/tools.h: Datei oder Verzeichnis nicht gefunden i18n.h:14: error: 'tI18nPhrase' does not name a type director.h:17: error: expected class-name before '{' token director.h:19: error: ISO C++ forbids declaration of 'cPlugin' with no type director.h:19: error: expected ';' before '*' token director.h:21: error: expected ',' or '...' before '*' token director.h:21: error: ISO C++ forbids declaration of 'cDevice' with no type director.h:23: error: expected `)' before '*' token director.h:17: warning: 'class cDirectorStatus' has virtual functions but non-virtual destructor director.h:26: error: expected class-name before '{' token director.h:40: error: ISO C++ forbids declaration of 'cOsdObject' with no type director.h:40: error: 'cOsdObject' declared as a 'virtual' field director.h:40: error: expected ';' before '*' token director.h:41: error: ISO C++ forbids declaration of 'cMenuSetupPage' with no type director.h:41: error: 'cMenuSetupPage' declared as a 'virtual' field director.h:41: error: expected ';' before '*' token director.h: In member function 'virtual const char* cPluginDirector::MainMenuEntry()': director.h:39: error: 'NULL' was not declared in this scope director.h:39: error: 'tr' was not declared in this scope directorosd.h: At global scope: directorosd.h:8: error: expected class-name before ',' token directorosd.h:8: error: expected class-name before '{' token directorosd.h:10: error: ISO C++ forbids declaration of 'cFont' with no type directorosd.h:10: error: expected ';' before '*' token directorosd.h:14: error: ISO C++ forbids declaration of 'cOsd' with no type directorosd.h:14: error: expected ';' before '*' token directorosd.h:15: error: ISO C++ forbids declaration of 'cChannel' with no type directorosd.h:15: error: expected ';' before '*' token directorosd.h:20: error: 'tColor' does not name a type directorosd.h:21: error: 'tColor' does not name a type directorosd.h:22: error: 'tColor' does not name a type directorosd.h:23: error: 'tColor' does not name a type directorosd.h:29: error: 'time_t' does not name a type directorosd.h:37: error: 'eOSState' does not name a type directorosd.h:48: error: ISO C++ forbids declaration of 'cChannel' with no type directorosd.h:48: error: expected ';' before '*' token directorosd.h:51: error: 'tColor' does not name a type directorosd.h:54: error: 'tColor' has not been declared directorosd.h:8: warning: 'class cDirectorOsd' has virtual functions but non-virtual destructor director.c:14: error: expected `)' before '*' token director.c:19: error: expected ',' or '...' before '*' token director.c:19: error: ISO C++ forbids declaration of 'cDevice' with no type director.c: In member function 'virtual void cDirectorStatus::ChannelSwitch(int)': director.c:21: error: expected initializer before '*' token director.c:22: error: 'Channel' was not declared in this scope director.c:22: error: 'NULL' was not declared in this scope director.c:23: error: 'parent' was not declared in this scope director.c:23: error: 'ChannelNumber' was not declared in this scope director.c:26: error: 'cRemote' has not been declared director.c: In constructor 'cPluginDirector::cPluginDirector()': director.c:35: error: 'NULL' was not declared in this scope director.c: In member function 'virtual const char* cPluginDirector::CommandLineHelp()': director.c:47: error: 'NULL' was not declared in this scope director.c: In member function 'virtual bool cPluginDirector::Start()': director.c:59: error: 'Phrases' was not declared in this scope director.c:59: error: 'RegisterI18n' was not declared in this scope director.c:61: error: no matching function for call to 'cDirectorStatus::cDirectorStatus(cPluginDirector* const)' director.h:17: note: candidates are: cDirectorStatus::cDirectorStatus() director.h:17: note: cDirectorStatus::cDirectorStatus(const cDirectorStatus&) director.c: At global scope: director.c:71: error: expected constructor, destructor, or type conversion before '*' token director.c: In member function 'virtual bool cPluginDirector::SetupParse(const char*, const char*)': director.c:79: error: 'strcasecmp' was not declared in this scope director.c:80: error: 'atoi' was not declared in this scope director.c:82: error: 'atoi' was not declared in this scope director.c:84: error: 'atoi' was not declared in this scope director.c:86: error: 'atoi' was not declared in this scope director.c:88: error: 'atoi' was not declared in this scope director.c: At global scope: director.c:93: error: expected class-name before '{' token director.c:93: warning: 'class cMenuSetupDirector' has virtual functions but non-virtual destructor director.c: In constructor 'cMenuSetupDirector::cMenuSetupDirector()': director.c:105: error: expected type-specifier before 'cMenuEditBoolItem' director.c:105: error: expected `)' before 'cMenuEditBoolItem' director.c:105: error: 'Add' was not declared in this scope director.c:106: error: expected type-specifier before 'cMenuEditBoolItem' director.c:106: error: expected `)' before 'cMenuEditBoolItem' director.c:107: error: expected type-specifier before 'cMenuEditBoolItem' director.c:107: error: expected `)' before 'cMenuEditBoolItem' director.c:108: error: expected type-specifier before 'cMenuEditBoolItem' director.c:108: error: expected `)' before 'cMenuEditBoolItem' director.c:109: error: expected type-specifier before 'cMenuEditBoolItem' director.c:109: error: expected `)' before 'cMenuEditBoolItem' director.c: In member function 'virtual void cMenuSetupDirector::Store()': director.c:114: error: 'SetupStore' was not declared in this scope director.c: At global scope: director.c:121: error: expected constructor, destructor, or type conversion before '*' token director.c:128: error: expected constructor, destructor, or type conversion before ';' token make: *** [director.o] Fehler 1