VDR User kirjoitti: > On 1/27/07, *Kartsa* <kari@xxxxxxxxxxxx <mailto:kari@xxxxxxxxxxxx>> > wrote: > > Plugin mp3: > make[1]: Entering directory > `/root/Lataukset/vdr-1.4.4/PLUGINS/src/mp3-0.9.15' > g++ -O2 -fPIC -Wall -Woverloaded-virtual -c -D_GNU_SOURCE > -DAPIVERSNUM=10404 -DHAVE_SNDFILE -DHAVE_VORBISFILE > -I../../../include mp3.c > mp3.c:50:17: error: mad.h: No such file or directory > mp3.c: In member function ?: > mp3.c:1673: error: ? was not declared in this scope > mp3.c:1674: error: ? was not declared in this scope > make[1]: *** [ mp3.o] Error 1 > make[1]: Leaving directory > `/root/Lataukset/vdr-1.4.4/PLUGINS/src/mp3-0.9.15' > > > Install the libmad0 package. This was actually in the readme. I've missed it somehow. Thanks. But the burn plugin still won't compile. Plugin burn: make[1]: Entering directory `/root/Lataukset/vdr-1.4.4/PLUGINS/src/burn-0.0.5' g++ -g -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"burn"' -D_GNU_SOURCE -DDVDDEV='"/dev/dvd"' -DISODIR=NULL -I../../../include -I../../../../DVB/include -o burn.o burn.c burn.c:32: error: conflicting return type specified for ? ../../../include/vdr/plugin.h:43: error: overriding ? burn.c: In member function ?: burn.c:58: warning: converting to non-pointer type ? from NULL make[1]: *** [burn.o] Error 1 make[1]: Leaving directory `/root/Lataukset/vdr-1.4.4/PLUGINS/src/burn-0.0.5' \\Kartsa