Hallo Christian,
vielen Dank, damit funktioniert es
Ich hatte noch ein Problem beim kompilieren.
Ich habe folgende Änderungen machen müssen, das es bei mir kompiliert:
Diff
diff --git a/lib/common.h b/lib/common.h
index f1ca9e4..60e6963 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -31,9 +31,9 @@
# include <libexslt/exslt.h>
#endif
-#ifdef VDR_PLUGIN
-# include <vdr/tools.h>
-#endif
+//#ifdef VDR_PLUGIN
+//# include <vdr/tools.h>
+//#endif
class MemoryStruct;
@@ -41,13 +41,13 @@ class MemoryStruct;
// Misc
//***************************************************************************
-#ifndef VDR_PLUGIN
+//#ifndef VDR_PLUGIN
inline long min(long a, long b) { return a < b ? a : b; }
inline long max(long a, long b) { return a > b ? a : b; }
-#else
-# define __STL_CONFIG_H
-# include <vdr/tools.h>
-#endif
+//#else
+//# define __STL_CONFIG_H
+//# include <vdr/tools.h>
+//#endif
enum Misc
{
Display More
Vielen Dank und Grüße
Tobias