Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
[englisch]I had to make these modification into my system.[/englisch]
[english]Does osdteletext actually work for you? Here it only says page 100-00 not found...[/english]
Funktioniert osdteletext bei euch mit 1.7.27? Hier empfaengt es keine Seiten mehr, das spool Verzeichnis bleibt leer...
wie es der Name sagt: auf osdteletext-git anwenden :-)
Letzter commit:|
|
Source code |
1 2 3 4 5 |
commit c9644bfd0541ba5835cac32eb2915dddaa5aea10
Author: etobi <git@e-tobi.net>
Date: Sun Mar 25 13:09:40 2012 +0200
Updated HISTORY and prepared release 0.9.2
|
[englisch]I had to make these modification into my system.[/englisch]
[english]Does osdteletext actually work for you? Here it only says page 100-00 not found...[/english]
Funktioniert osdteletext bei euch mit 1.7.27? Hier empfaengt es keine Seiten mehr, das spool Verzeichnis bleibt leer...
bei mir sind die Seiten verstümmelt, wie bei schweren Empfangsproblemen
Quoted
bei mir sind die Seiten verstümmelt, wie bei schweren Empfangsproblemen
Aha, bin ich also doch nicht der einizge mit Problemen. Fragt sich jetzt nur woran's liegt...
auf raspbian mit git-kernel und git Firmware
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
Plugin graphtft: make[1]: Entering directory `/usr/local/src/vdr-1.7.27/PLUGINS/src/vdr-graphtft' g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -g -ggdb -O0 -c -DUSE_GRAPHTFT -DUSE_JUMPPLAY -DUSE_YAEPG -D__STDC_CONSTANT_MACROS -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"graphtft"' -DHAVE_IMAGE_MAGICK -DHAVE_IMLIB -DWITH_SYSINFO -DWITH_TCP_COM -DWITH_TOUCH -DHAVE_DFB -DHAVE_FFMPEG -DHAVE_SWSCALE -fopenmp -I/usr/include/ImageMagick -I/usr/src/dvb/linux/include -I../../../include -I/usr/src/dvb/linux/include -I. -I./imlibrenderer -I./imlibrenderer/fbrenderer -I./imlibrenderer/dvbrenderer -I./dfbrenderer -I./imlibrenderer/dmyrenderer `pkg-config libgtop-2.0 --cflags` `directfb-config --cflags` -I/usr/local/bin /usr/local/include/libavcodec/ -I/usr/local/bin -o i18n.o i18n.c In file included from i18n.c:17:0: i18n.h:22:17: error: âtI18nPhraseâ does not name a type i18n.c:19:7: error: âtI18nPhraseâ does not name a type make[1]: *** [i18n.o] Error 1 |
This post has been edited 1 times, last edit by "Keine_Ahnung" (Mar 30th 2012, 1:51pm)
Einfach den alten i18n Kram rauswerfen....
Sorry - Dies hatte ich auch schon gemacht. Ging trotzdem nicht weil ich "registeri18n" vergessen hatteDas muss hier jetzt wirklich nicht für jedes Plugin von neuen durchgekaut werden.
Graphtft wird schon länger nicht mehr weiterentwickelt, leider. Aber es funktioniert ja immer noch, wenn man etwas Hilftstellung bekommt - DankeSchon seltsam - die Umstellung auf 'gettext' fand vor gut vier Jahren statt, sogar noch vor der Version 1.6.
Ich benutze hier 1.7.26 mit dem g2v-ext-Patch von helau. osdteletext ist 0.9.2 aus dem git. Funktioniert problemlos. Hoffe, dass hilft den Fehler einzugrenzen - wenn ihr sondt noch Infos benötigt, stelle ich die auf Basis de oben genannten vdr-Version gerne zur Verfügung.
auf raspbian mit git-kernel und git Firmware
Bei mir läuft osdteletext-git + patch unter vdr-1.7.27.
Ich benutze hier 1.7.26 mit dem g2v-ext-Patch von helau. osdteletext ist 0.9.2 aus dem git. Funktioniert problemlos. Hoffe, dass hilft den Fehler einzugrenzen - wenn ihr sondt noch Infos benötigt, stelle ich die auf Basis de oben genannten vdr-Version gerne zur Verfügung.
Hi Ingo,
also scheint das Problem mit einer Änderung von vdr-1.7.27 zusammenzuhängen oder? Hat jemand eine Idee?
This post has been edited 1 times, last edit by "nox" (Mar 30th 2012, 11:03pm)
@Marcoversuche es mal mit:
@Keine_Ahnung
Hatte ich schon versucht, bin leider kein großer C++ Versteher.
![]()
Source code
1 2 3 4 5 6 7 8Plugin sndctl: make[1]: Entering directory `/usr/src/vdrdevel/PLUGINS/src/sndctl' g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"sndctl"' -I/usr/src/DVB/linux/include -I../../../include sndctl.c In file included from defaults.h:31, from sndctl.c:12: i18n.h:15: error: ‘tI18nPhrase’ does not name a type make[1]: *** [sndctl.o] Fehler 1 make[1]: Leaving directory `/usr/src/vdrdevel/PLUGINS/src/sndctl
Werde mal eine Mail an den Author des Plugins schreiben...
Grüße
rm -rf i18n.c i18n.h
und folgendem Patch:
![]()
Source code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24diff -Naur sndctl-0.1.5/Makefile sndctl-0.1.5.new/Makefile --- sndctl-0.1.5/Makefile 2010-05-27 11:41:32.000000000 +0200 +++ sndctl-0.1.5.new/Makefile 2012-03-28 20:40:54.594431556 +0200 @@ -34,7 +34,8 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o alsa.o i18n.o mainmenu.o menuitems.o mixer.o setup.o\ +OBJS = $(PLUGIN).o alsa.o mainmenu.o menuitems.o mixer.o setup.o\ setupmenu.o soundman.o soundset.o soundsetmenu.o status.o ### Implicit rules: diff -Naur sndctl-0.1.5/sndctl.c sndctl-0.1.5.new/sndctl.c --- sndctl-0.1.5/sndctl.c 2010-06-08 08:20:25.000000000 +0200 +++ sndctl-0.1.5.new/sndctl.c 2012-03-28 20:44:21.730449572 +0200 @@ -126,7 +126,7 @@ */ bool cPluginSndctl::Start( void ){ // register i18n phrases - RegisterI18n( Phrases ); + //RegisterI18n( Phrases ); // set default sound set setup->Set( string( SNDCTL_SETUP_DEFAULT_SSET ), soundman->SetSoundSet( soundman->DefaultSoundSetID( setup->Get( string( SNDCTL_SETUP_DEFAULT_SSET )))));
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Plugin sndctl: make[1]: Entering directory `/home/gandalf/27/vdr/PLUGINS/src/sndctl' g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -I../../../include mainmenu.c mainmenu.c: In constructor ‘cMainMenuSndctl::cMainMenuSndctl(cPluginSndctl*)’: mainmenu.c:26: error: ‘SNDCTL_TXT_0001’ was not declared in this scope mainmenu.c: In member function ‘virtual eOSState cMainMenuSndctl::ProcessKey(eKeys)’: mainmenu.c:83: error: ‘SNDCTL_TXT_0011’ was not declared in this scope mainmenu.c: In member function ‘void cMainMenuSndctl::SetHelpKeys()’: mainmenu.c:128: error: ‘SNDCTL_TXT_0004’ was not declared in this scope mainmenu.c:128: error: ‘SNDCTL_TXT_0005’ was not declared in this scope mainmenu.c:128: error: ‘SNDCTL_TXT_0010’ was not declared in this scope mainmenu.c:128: error: ‘SNDCTL_TXT_0009’ was not declared in this scope mainmenu.c:130: error: ‘SNDCTL_TXT_0004’ was not declared in this scope mainmenu.c:130: error: ‘SNDCTL_TXT_0005’ was not declared in this scope mainmenu.c:130: error: ‘SNDCTL_TXT_0009’ was not declared in this scope make[1]: *** [mainmenu.o] Fehler 1 make[1]: Leaving directory `/home/gandalf/27/vdr/PLUGINS/src/sndctl' |
This post has been edited 2 times, last edit by "Keine_Ahnung" (Mar 30th 2012, 10:55pm)
Mir war es z.B. nicht bewusst, dass da noch Altlasten in meinen Plugins sind - es hat ja immer kompiliert ....
darum nochmal extra und wenn ich schon dabei bin als kompletter patch, damit tut osdteletext 0.9.2 mit vdr 1.7.27 ohne corruptions.

