VDR Portal
Unread Threads
Recent Activities
-
kamel5
Replied to the thread [tvscraper] ERROR: /usr/lib/vdr/libvdr-tvscraper.so.5: undefined symbol: _Z9TouchFilePKc.Post[…]
Ich habe damit das Problem, das bei mir dann tvscraper nicht übersetzt wird. Es gibt dann eine Fehlermeldung:
(Code, 13 lines)
Wenn ich es dann aber im Plugin-Verzeichnis selbst übersetze, funktioniert es. Ich habe das bisher noch nicht weiter… -
rell
Replied to the thread Installation eines VDR+Plugins nativ auf CoreELEC Boxen.Post[…]
Nimmst du die images als Update oder funktioniert es schon nicht, wenn du damit frisch startest? Aus den VDRSternELEC-Eingriffen würde ich jetzt mal keine entscheidenen Eingriff ableiten, dann würde nur bleiben, was nach dem ersten Start so… -
kls
Replied to the thread int cSource::Position(int Code) auf CPUs bei denen int 64 bits hat.Post -
nobanzai
Replied to the thread [tvscraper] ERROR: /usr/lib/vdr/libvdr-tvscraper.so.5: undefined symbol: _Z9TouchFilePKc.Post(Code, 35 lines) -
wirbel
Replied to the thread [tvscraper] ERROR: /usr/lib/vdr/libvdr-tvscraper.so.5: undefined symbol: _Z9TouchFilePKc.PostDer Linker kann TouchFile(char const*) zur Laufzeit nicht auflösen.
Was sagt eigentlich
ldd /usr/lib/vdr/libvdr-tvscraper.so.5 -
nobanzai
Replied to the thread [tvscraper] ERROR: /usr/lib/vdr/libvdr-tvscraper.so.5: undefined symbol: _Z9TouchFilePKc.Post[…]
Wenn es eine neue Version des VDR gibt, erstelle ich immer ein neues Verzeichnis, hole dann die benötigten Plugins und baue alles. Da sind zu dem Zeitpunkt noch keinerlei .o Files vorhanden. Und weil ich paranoid bin, ist in meinem Build-Script… -
kls
Replied to the thread [ANNOUNCE] VDR Version 2.7.2 freigegeben.Post[…]
Da ist anscheinend ein großer PTS-Sprung an der Stelle.
Das hier sorgt dafür, dass das nur als ein Fehler gewertet wird:
(Code, 14 lines) -
MarkusE
Replied to the thread [tvscraper] ERROR: /usr/lib/vdr/libvdr-tvscraper.so.5: undefined symbol: _Z9TouchFilePKc.PostDa ich selbst VDR 2.7.2 + tvscraper (aktuelles git) verwende, kann es eigentlich kein prinzipielles Problem sein.
Vor dem Übersetzen des example-Plugins alle *.o, ... Dateien des example-Plugins gelöscht? Make erkennt nicht, dass sich etwas geändert… -
kls
Reacted with to wirbel’s post in the thread [ANNOUNCE] VDR Version 2.7.2 freigegeben.Reaction (Post)player.h:120
Diese Zeilen können ersatzlos entfallen, weil der preprocessor genau das gleiche macht:
"Identifiers that are not macros, which are all considered to be the number zero."
https://gcc.gnu.org/onlinedocs/gcc-3.0.2/cpp_4.html
(Code, 3 lines) -
nobanzai
Replied to the thread [tvscraper] ERROR: /usr/lib/vdr/libvdr-tvscraper.so.5: undefined symbol: _Z9TouchFilePKc.PostHabs grad nochmal alles neu gebaut inkl. aller Plugins und auch des example-Plugin für tvscraper - keine Änderung.