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.


|
|
Source code |
1 2 3 4 5 |
vdr01 epgtableid0 # make clean all
g++ -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -march=native -D__STDC_CONSTANT_MACROS -ggdb -O0 -fPIC -c -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_CUTTERLIMIT -DUSE_DDEPGENTRY -DUSE_DVLVIDPREFER -DUSE_GRAPHTFT -DUSE_HARDLINKCUTTER -DUSE_JUMPINGSECONDS -DUSE_JUMPPLAY -DUSE_LIRCSETTINGS -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_MENUORG -DUSE_NALUDUMP -DUSE_PINPLUGIN -DUSE_PLUGINMISSING -DUSE_ROTOR -DUSE_TIMERINFO -DUSE_TTXTSUBS -DUSE_VOLCTRL -DUSE_WAREAGLEICON -DUSE_YAEPG -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"epgtableid0"' -I/usr/local/src/VDR/include epgtableid0.c
epgtableid0.c:17:43: error: expected class-name before ‘{’ token
make: *** [epgtableid0.o] Error 1
vdr01 epgtableid0 #
|
|
|
Source code |
1 2 3 4 5 6 7 8 |
Plugin epgtableid0: make[1]: Entering directory `/tmp/vdr-1.7.26/PLUGINS/src/epgtableid0' make[1]: Leaving directory `/tmp/vdr-1.7.26/PLUGINS/src/epgtableid0' make[1]: Entering directory `/tmp/vdr-1.7.26/PLUGINS/src/epgtableid0' g++ -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"epgtableid0"' -I../../../include epgtableid0.c g++ -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -shared epgtableid0.o -o libvdr-epgtableid0.so xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-epgtableid0 --package-version=0.0.1 --msgid-bugs-address='<see README>' -o po/epgtableid0.pot epgtableid0.c make[1]: Leaving directory `/tmp/vdr-1.7.26/PLUGINS/src/epgtableid0' |
Hier nicht klicken!! 
This post has been edited 1 times, last edit by "C-3PO" (Mar 12th 2012, 8:04pm)
|
|
Source code |
1 2 3 4 5 |
make[1]: Entering directory `/usr/local/src/vdr-1.7.26/PLUGINS/src/epgtableid0' g++ -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -march=pentium3 -O2 -pipe -falign-functions=4 -fprefetch-loop-arrays -D__STDC_CONSTANT_MACROS -ggdb -O0 -fPIC -c -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DUSE_ALTERNATECHANNEL -DUSE_CHANNELBIND -DUSE_CUTTERLIMIT -DUSE_DDEPGENTRY -DUSE_DVLVIDPREFER -DUSE_GRAPHTFT -DUSE_HARDLINKCUTTER -DUSE_JUMPINGSECONDS -DUSE_JUMPPLAY -DUSE_LIRCSETTINGS -DUSE_LIEMIKUUTIO -DUSE_MAINMENUHOOKS -DUSE_MCLI -DUSE_MENUORG -DUSE_NALUDUMP -DUSE_PINPLUGIN -DUSE_PLUGINMISSING -DUSE_ROTOR -DUSE_TIMERINFO -DUSE_TTXTSUBS -DUSE_VOLCTRL -DUSE_WAREAGLEICON -DUSE_YAEPG -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"epgtableid0"' -I/usr/local/src/VDR/include epgtableid0.c xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-epgtableid0 --package-version=0.0.1 --msgid-bugs-address='<see README>' -o po/epgtableid0.pot epgtableid0.c g++ -g -O3 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -march=pentium3 -O2 -pipe -falign-functions=4 -fprefetch-loop-arrays -D__STDC_CONSTANT_MACROS -ggdb -O0 -fPIC -g -ggdb -O0 -shared epgtableid0.o -o libvdr-epgtableid0.so make[1]: Leaving directory `/usr/local/src/vdr-1.7.26/PLUGINS/src/epgtableid0' |
noepg-patch ist jetzt überflüssig
This post has been edited 2 times, last edit by "nvertigo" (Mar 13th 2012, 11:44am)
Und anstatt das Problem an der Stelle zu beseitigen, an der es auftritt, wird an der falschen Stelle "repariert"
Kannst du dir vorstellen sortrec und cutterqueue mit in deinen extension patch aufnhemen, ich kann/will extrecmenu bei mir nicht benutzen, da es bei sehr vielen Aufnahmen(und nicht gerade schnellem NAS) immer den Watchdog auslöst, und das wären die beiden Patches schon sehr hilfreich.
Hier laeuft extrecmenu voellig problemlos, schalte doch bei Dir mal den Watchdog ab, evtl gehts dann ja ?
Du muss tinyxml im System installiert haben:

This post has been edited 1 times, last edit by "hd.brummy" (Mar 19th 2012, 3:48pm)