Pagina 1 di 1

Aiuto compilazione dvb-apps

Inviato: sab 27 dic 2008, 17:01
da anycolouryoulike

Codice: Seleziona tutto

make[1]: Entering directory `/tmp/tgz/dvb-apps-20081227-1an/dvb-apps/test'
gcc -g -O2 -W -Wall -D__user=  -I../include    diseqc.c   -o diseqc
gcc -g -O2 -W -Wall -D__user=  -I../include    set22k.c   -o set22k
gcc -g -O2 -W -Wall -D__user=  -I../include    sendburst.c   -o sendburst
gcc -g -O2 -W -Wall -D__user=  -I../include    setvoltage.c   -o setvoltage
gcc -g -O2 -W -Wall -D__user=  -I../include    setpid.c   -o setpid
gcc -g -O2 -W -Wall -D__user=  -I../include    video.c   -o video
gcc -g -O2 -W -Wall -D__user=  -I../include   -c -o hex_dump.o hex_dump.c
gcc -g -O2 -W -Wall -D__user=  -I../include    test_sections.c hex_dump.o   -o test_sections
gcc -g -O2 -W -Wall -D__user=  -I../include    test_sec_ne.c hex_dump.o   -o test_sec_ne
gcc -g -O2 -W -Wall -D__user=  -I../include    test_pes.c hex_dump.o   -o test_pes
gcc -g -O2 -W -Wall -D__user=  -I../include    test_dvr.c   -o test_dvr
gcc -g -O2 -W -Wall -D__user=  -I../include    test_dvr_play.c   -o test_dvr_play
gcc -g -O2 -W -Wall -D__user=  -I../include    test_tt.c hex_dump.o   -o test_tt
gcc -g -O2 -W -Wall -D__user=  -I../include    test_av.c   -o test_av
In file included from test_av.c:34:
../include/linux/dvb/video.h:27:28: error: linux/compiler.h: No such file or directory
make[1]: *** [test_av] Error 1
make[1]: Leaving directory `/tmp/tgz/dvb-apps-20081227-1an/dvb-apps/test'
make: *** [all] Error 2
Il file esiste:

Codice: Seleziona tutto

$ find / -name compiler.h
/usr/src/linux-2.6.28/arch/mips/include/asm/compiler.h
/usr/src/linux-2.6.28/arch/alpha/include/asm/compiler.h
/usr/src/linux-2.6.28/include/linux/compiler.h
/usr/include/xorg/compiler.h
Sulla 12.1 gli stessi sorgenti non restituivano questo errore...
Qualche suggerimento?
Grazie

Re: Aiuto compilazione dvb-apps

Inviato: dom 28 dic 2008, 21:34
da anycolouryoulike
Risolto: nel kernel non avevo il supporto al DVB.