Estou a tentar instalar o vdr. Já tentei com fedora, com suse, debian e agora com ubuntu e nada! Usei um manual que se encontra aqui h**p://www.eurocardsharing.com/f273/howto-vdr-1-7-0-hdtv-cccam-budget-cards-ubuntu-8-04-using-multiproto-63074 mas ao fazer make do xine-lib-1.2 obtenho o seguinte erro
Making all in audio_dec
make[2]: Entrando no diretório `/usr/local/src/xine-lib-1.2/src/audio_dec'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math -fexpensive-optimizations -fvisibility=hidden -I../../contrib/libmpcdec -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -MT xineplug_decode_mpc_la-xine_musepack_decoder.lo -MD -MP -MF .deps/xineplug_decode_mpc_la-xine_musepack_decoder.Tpo -c -o xineplug_decode_mpc_la-xine_musepack_decoder.lo `test -f 'xine_musepack_decoder.c' || echo './'`xine_musepack_decoder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DNDEBUG -D_REENTRANT -DXINE_COMPILE -O3 -ffast-math -fexpensive-optimizations -fvisibility=hidden -I../../contrib/libmpcdec -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -MT xineplug_decode_mpc_la-xine_musepack_decoder.lo -MD -MP -MF .deps/xineplug_decode_mpc_la-xine_musepack_decoder.Tpo -c xine_musepack_decoder.c -fPIC -DPIC -o .libs/xineplug_decode_mpc_la-xine_musepack_decoder.o
xine_musepack_decoder.c:39:31: error: musepack/musepack.h: Ficheiro ou directoria inexistente
xine_musepack_decoder.c:85: error: expected specifier-qualifier-list before ‘mpc_reader’
xine_musepack_decoder.c:126: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mpc_reader_seek’
xine_musepack_decoder.c: In function ‘mpc_reader_get_size’:
xine_musepack_decoder.c:169: error: ‘mpc_decoder_t’ has no member named ‘file_size’
xine_musepack_decoder.c: At top level:
xine_musepack_decoder.c:174: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mpc_reader_canseek’
xine_musepack_decoder.c: In function ‘mpc_decode_frame’:
xine_musepack_decoder.c:212: error: ‘MPC_DECODER_BUFFER_LENGTH’ undeclared (first use in this function)
xine_musepack_decoder.c:212: error: (Each undeclared identifier is reported only once
xine_musepack_decoder.c:212: error: for each function it appears in.)
xine_musepack_decoder.c:221: error: implicit declaration of function ‘mpc_decoder_decode’
xine_musepack_decoder.c:221: warning: nested extern declaration of ‘mpc_decoder_decode’
xine_musepack_decoder.c:221: error: ‘mpc_decoder_t’ has no member named ‘decoder’
xine_musepack_decoder.c:212: warning: unused variable ‘buffer’
xine_musepack_decoder.c: In function ‘mpc_decode_data’:
xine_musepack_decoder.c:273: error: ‘mpc_decoder_t’ has no member named ‘file_size’
xine_musepack_decoder.c:282: error: ‘mpc_decoder_t’ has no member named ‘reader’
xine_musepack_decoder.c:283: error: ‘mpc_decoder_t’ has no member named ‘reader’
xine_musepack_decoder.c:283: error: ‘mpc_reader_seek’ undeclared (first use in this function)
xine_musepack_decoder.c:284: error: ‘mpc_decoder_t’ has no member named ‘reader’
xine_musepack_decoder.c:285: error: ‘mpc_decoder_t’ has no member named ‘reader’
xine_musepack_decoder.c:286: error: ‘mpc_decoder_t’ has no member named ‘reader’
xine_musepack_decoder.c:286: error: ‘mpc_reader_canseek’ undeclared (first use in this function)
xine_musepack_decoder.c:287: error: ‘mpc_decoder_t’ has no member named ‘reader’
xine_musepack_decoder.c:304: error: implicit declaration of function ‘mpc_streaminfo_init’
xine_musepack_decoder.c:304: warning: nested extern declaration of ‘mpc_streaminfo_init’
xine_musepack_decoder.c:304: error: ‘mpc_decoder_t’ has no member named ‘streaminfo’
xine_musepack_decoder.c:306: error: implicit declaration of function ‘mpc_streaminfo_read’
xine_musepack_decoder.c:306: warning: nested extern declaration of ‘mpc_streaminfo_read’
xine_musepack_decoder.c:306: error: ‘mpc_decoder_t’ has no member named ‘streaminfo’
xine_musepack_decoder.c:306: error: ‘mpc_decoder_t’ has no member named ‘reader’
xine_musepack_decoder.c:315: error: ‘mpc_decoder_t’ has no member named ‘streaminfo’
xine_musepack_decoder.c:316: error: ‘mpc_decoder_t’ has no member named ‘streaminfo’
xine_musepack_decoder.c:325: error: ‘mpc_decoder_t’ has no member named ‘current_frame’
xine_musepack_decoder.c:329: error: implicit declaration of function ‘mpc_decoder_setup’
xine_musepack_decoder.c:329: warning: nested extern declaration of ‘mpc_decoder_setup’
xine_musepack_decoder.c:329: error: ‘mpc_decoder_t’ has no member named ‘decoder’
xine_musepack_decoder.c:329: error: ‘mpc_decoder_t’ has no member named ‘reader’
xine_musepack_decoder.c:331: error: ‘mpc_decoder_t’ has no member named ‘decoder_ok’
xine_musepack_decoder.c:337: error: ‘mpc_decoder_t’ has no member named ‘streaminfo’
xine_musepack_decoder.c:384: error: ‘mpc_decoder_t’ has no member named ‘current_frame’
xine_musepack_decoder.c:384: error: ‘mpc_decoder_t’ has no member named ‘streaminfo’
xine_musepack_decoder.c:393: error: ‘mpc_decoder_t’ has no member named ‘decoder_ok’
xine_musepack_decoder.c:399: error: implicit declaration of function ‘mpc_decoder_initialize’
xine_musepack_decoder.c:399: warning: nested extern declaration of ‘mpc_decoder_initialize’
xine_musepack_decoder.c:399: error: ‘mpc_decoder_t’ has no member named ‘decoder’
xine_musepack_decoder.c:399: error: ‘mpc_decoder_t’ has no member named ‘streaminfo’
xine_musepack_decoder.c:410: error: ‘mpc_decoder_t’ has no member named ‘decoder_ok’
xine_musepack_decoder.c:434: error: ‘mpc_decoder_t’ has no member named ‘current_frame’
xine_musepack_decoder.c:434: error: ‘mpc_decoder_t’ has no member named ‘streaminfo’
make[2]: ** [xineplug_decode_mpc_la-xine_musepack_decoder.lo] Erro 1
make[2]: Saindo do diretório `/usr/local/src/xine-lib-1.2/src/audio_dec'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório `/usr/local/src/xine-lib-1.2/src'
make: ** [all-recursive] Erro 1
root@azelha:/usr/local/src/xine-lib-1.2#
Já instalei o mpc e tudo o que o ubuntu me oferece, relacionado com musepack e nada. Será que me podem ajudar. Obrigado.