Re: [vdr] Prefermenu plugin ERROR: cOsd::SetAreas

2007-09-22 Thread Stone
On 9/22/07, Udo Richter <[EMAIL PROTECTED]> wrote: > > Stone wrote: > > vdr: [4922] ERROR: cOsd::SetAreas returned 5 > > This is oeWrongAlignment, and is returned if an OSD area has negative > size, is outside of the screen, or does not byte-align. > > The latter is triggered if a 1-bit OSD has a w

[vdr] Extrecmenu 0.13 fail to compile with vdr-1.5.6

2007-09-22 Thread Carlos Javier Borroto
I love Extrecmenu plugin, in fact I'll love to see all of its features on vanilla vdr. After upgrading to vdr-1.5.6(hooch patched version) it fail to compile: Plugin extrecmenu: make[1]: se ingresa al directorio `/home/cjavier/src/vdr-hooch/vdr-1.5.6/PLUGINS/src/extrecmenu-0.13' ccache g++-3.4 -g

Re: [vdr] Prefermenu plugin ERROR: cOsd::SetAreas

2007-09-22 Thread Udo Richter
Stone wrote: > vdr: [4922] ERROR: cOsd::SetAreas returned 5 This is oeWrongAlignment, and is returned if an OSD area has negative size, is outside of the screen, or does not byte-align. The latter is triggered if a 1-bit OSD has a width that is not multiple of 8, a 2-bit OSD has a width not mul

Re: [vdr] Errorreturncode from Makefile possible?

2007-09-22 Thread Udo Richter
Torsten Kunkel wrote: > I would love it, if the Makefile could give an errorcode if something > went wrong. > Normally I'm using "make plugins && ./runvdr" when testing plugins. > But if the compile of one or many plugins failes, the makefile gives an > OK, and vdr starts (with the old plugincode).