cc1plus: warning: changing search order for system directory "/usr/local/include" cc1plus: warning: as it is the same as non-system directory "../../../include" In file included from databasebox.h:14, from databasebox.cpp:18: ../../../include/mythtv/lcddevice.h:25:77: ../../config.h: No such file or directory In file included from databasebox.cpp:18: databasebox.h:75: syntax error before `*' token databasebox.h:76: syntax error before `*' token databasebox.h:77: `LCDMenuItem' was not declared in this scope databasebox.h:77: template argument 1 is invalid databasebox.h:78: ISO C++ forbids declaration of `menuItems' with no type databasebox.h:79: `LCDMenuItem' was not declared in this scope databasebox.h:79: template argument 1 is invalid databasebox.h:80: ISO C++ forbids declaration of `menuItems' with no type databasebox.cpp: In destructor `virtual DatabaseBox::~DatabaseBox()': databasebox.cpp:141: no matching function for call to `MythContext:: GetLCDDevice()' databasebox.cpp: In member function `void DatabaseBox::showWaiting()': databasebox.cpp:157: `LCDTextItem' undeclared (first use this function) databasebox.cpp:157: (Each undeclared identifier is reported only once for each function it appears in.) databasebox.cpp:157: template argument 1 is invalid databasebox.cpp:157: ISO C++ forbids declaration of `textItems' with no type databasebox.cpp:158: request for member `setAutoDelete' in `textItems', which is of non-aggregate type `int' databasebox.cpp:160: parse error before `(' token databasebox.cpp:162: no matching function for call to `MythContext:: GetLCDDevice()' databasebox.cpp: In member function `void DatabaseBox::updateLCDMenu(QKeyEvent*)': databasebox.cpp:1039: `LCDMenuItem' undeclared (first use this function) databasebox.cpp:1039: template argument 1 is invalid databasebox.cpp:1039: ISO C++ forbids declaration of `menuItems' with no type databasebox.cpp:1039: template argument 1 is invalid databasebox.cpp:1039: ISO C++ forbids declaration of `type name' with no type databasebox.cpp:1042: request for member `setAutoDelete' in `*menuItems', which is of non-aggregate type `int' databasebox.cpp:1049: request for member `isEmpty' in `*menuItems', which is of non-aggregate type `int' databasebox.cpp:1050: no matching function for call to `MythContext:: GetLCDDevice()' databasebox.cpp:1059: no matching function for call to `MythContext:: GetLCDDevice()' databasebox.cpp: At global scope: databasebox.cpp:1062: template argument 1 is invalid databasebox.cpp:1064: ISO C++ forbids declaration of `menuItems' with no type databasebox.cpp: In member function `void DatabaseBox::buildMenuTree(int*, TreeCheckItem*, int)': databasebox.cpp:1078: `buildLCDMenuItem' undeclared (first use this function) databasebox.cpp: At global scope: databasebox.cpp:1109: syntax error before `*' token databasebox.cpp:1119: `item_ptr' was not declared in this scope databasebox.cpp:1119: `indentMenuItem' was not declared in this scope databasebox.cpp:1120: `item_ptr' was not declared in this scope databasebox.cpp:1121: parse error before `return' databasebox.cpp:1124: template argument 1 is invalid databasebox.cpp:1126: ISO C++ forbids declaration of `menuItems' with no type databasebox.cpp:1172: syntax error before `*' token databasebox.cpp:1176: redefinition of `QString name' databasebox.cpp:1120: `QString name' previously defined here databasebox.cpp:1177: redefinition of `QString indent' databasebox.cpp:1119: `QString indent' previously defined here databasebox.cpp:1179: parse error before `if' databasebox.cpp:1182: ISO C++ forbids declaration of `name' with no type databasebox.cpp:1182: conflicting types for `int name' databasebox.cpp:1176: previous declaration as `QString name' databasebox.cpp:1182: `pl_ptr' was not declared in this scope databasebox.cpp:1183: parse error before `}' token databasebox.cpp:1188: ISO C++ forbids declaration of `indent' with no type databasebox.cpp:1188: conflicting types for `int indent' databasebox.cpp:1177: previous declaration as `QString indent' databasebox.cpp:1188: `indentMenuItem' was not declared in this scope databasebox.cpp:1189: ISO C++ forbids declaration of `name' with no type databasebox.cpp:1189: redefinition of `int name' databasebox.cpp:1182: `int name' previously defined here databasebox.cpp:1189: `pli_ptr' was not declared in this scope databasebox.cpp:1190: parse error before `}' token ../../../../include/cdda/cdda_interface.h:159: warning: `char*strerror_tr[12]' defined but not used {standard input}: Assembler messages: {standard input}:74: Error: symbol `name' is already defined {standard input}:81: Error: symbol `indent' is already defined {standard input}:88: Error: symbol `name' is already defined make[1]: *** [databasebox.o] Error 1 make: *** [sub-mythmusic] Error 2