patch:neutrino.cpp: In member function `int CNeutrinoApp::loadSetup()':
neutrino.cpp:765: error: `FILEBROWSER_NUMBER_OF_SORT_VARIANTS' was not declared in this scope
neutrino.cpp:765: warning: unused variable 'FILEBROWSER_NUMBER_OF_SORT_VARIANTS'
neutrino.cpp:2915:2: warning: #warning fixme sectionsd should deliver data in UTF-8 format
neutrino.cpp:3103:2: warning: #warning TODO: it might make some sense to have some log-file (but where do we store this information? nfs/flash/ram?) that collects these messages and maybe a menu-entry to view the lasted XXX messages
neutrino.cpp:3111:2: warning: #warning TODO: count restart-rate to catch endless loops
neutrino.cpp: In member function `virtual int CNeutrinoApp::exec(CMenuTarget*, const std::string&)':
neutrino.cpp:4006: error: `CFileBrowser' was not declared in this scope
neutrino.cpp:4006: error: expected `;' before "b"
neutrino.cpp:4007: error: `b' was not declared in this scope
neutrino.cpp:4006: warning: unused variable 'CFileBrowser'
Code: Alles auswählen
Index: apps/tuxbox/neutrino/src/neutrino.cpp
===================================================================
RCS file: /cvs/tuxbox/apps/tuxbox/neutrino/src/neutrino.cpp,v
retrieving revision 1.1046
diff -u -b -B -r1.1046 neutrino.cpp
--- a/apps/tuxbox/neutrino/src/neutrino.cpp 7 Sep 2010 09:42:55 -0000 1.1046
+++ b/apps/tuxbox/neutrino/src/neutrino.cpp 4 Oct 2010 07:46:07 -0000
@@ -65,6 +65,7 @@
#include "global.h"
#include "neutrino.h"
+#include "gui/filebrowser.h"
#ifndef HAVE_TRIPLEDRAGON
#include <dbox/fp.h>
#endif