Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] dvbstream & dvb-kernel



Hello !

I try to complie the dvbstream with the "dvb-kernel" driver.
i change the make file to the dvb-kernel include directory path.

what is the problem? this sw not work with the dvbstream?

Before i use this program without any problem with the old "pinnacle experimental" driver.



gcc -I ../dvb-kernel/linux/include -c -o rtp.o rtp.c
gcc -I ../dvb-kernel/linux/include -c -o tune.o tune.c
tune.c:8:21: ost/dmx.h: No such file or directory
tune.c:9:21: ost/sec.h: No such file or directory
tune.c:10:26: ost/frontend.h: No such file or directory
tune.c: In function `tune_it':
tune.c:20: `FrontendStatus' undeclared (first use in this function)
tune.c:20: (Each undeclared identifier is reported only once
tune.c:20: for each function it appears in.)
tune.c:20: parse error before "festatus"
tune.c:21: `FrontendEvent' undeclared (first use in this function)
tune.c:22: `FrontendParameters' undeclared (first use in this function)
tune.c:23: `secToneMode' undeclared (first use in this function)
tune.c:24: `secVoltage' undeclared (first use in this function)
tune.c:28: `feparams' undeclared (first use in this function)
tune.c:29: `BANDWIDTH_8_MHZ' undeclared (first use in this function)
tune.c:30: `FEC_2_3' undeclared (first use in this function)
tune.c:31: `FEC_1_2' undeclared (first use in this function)
tune.c:32: `QAM_64' undeclared (first use in this function)
tune.c:33: `TRANSMISSION_MODE_2K' undeclared (first use in this function)
tune.c:34: `GUARD_INTERVAL_1_32' undeclared (first use in this function)
tune.c:35: `HIERARCHY_NONE' undeclared (first use in this function)
tune.c:40: `tone' undeclared (first use in this function)
tune.c:40: `SEC_TONE_OFF' undeclared (first use in this function)
tune.c:43: `SEC_TONE_ON' undeclared (first use in this function)
tune.c:45: `INVERSION_AUTO' undeclared (first use in this function)
tune.c:48: `voltage' undeclared (first use in this function)
tune.c:48: `SEC_VOLTAGE_18' undeclared (first use in this function)
tune.c:50: `SEC_VOLTAGE_13' undeclared (first use in this function)
tune.c:54: `FEC_AUTO' undeclared (first use in this function)
tune.c:56: `SEC_SET_TONE' undeclared (first use in this function)
tune.c:60: `SEC_SET_VOLTAGE' undeclared (first use in this function)
tune.c:66: `FE_SET_FRONTEND' undeclared (first use in this function)
tune.c:75: `FE_GET_EVENT' undeclared (first use in this function)
tune.c:75: `event' undeclared (first use in this function)
tune.c:85: `FE_UNEXPECTED_EV' undeclared (first use in this function)
tune.c:87: `FE_COMPLETION_EV' undeclared (first use in this function)
tune.c:89: `FE_FAILURE_EV' undeclared (first use in this function)
tune.c:101: `FE_READ_STATUS' undeclared (first use in this function)
tune.c:108: `FE_READ_BER' undeclared (first use in this function)
tune.c:112: `FE_READ_SIGNAL_STRENGTH' undeclared (first use in this function)
tune.c:116: `FE_READ_SNR' undeclared (first use in this function)
tune.c:119: `festatus' undeclared (first use in this function)
tune.c:123: `FE_HAS_POWER' undeclared (first use in this function)
tune.c:124: `FE_HAS_SIGNAL' undeclared (first use in this function)
tune.c:125: `FE_SPECTRUM_INV' undeclared (first use in this function)
tune.c:126: `FE_HAS_LOCK' undeclared (first use in this function)
tune.c:127: `FE_HAS_CARRIER' undeclared (first use in this function)
tune.c:128: `FE_HAS_VITERBI' undeclared (first use in this function)
tune.c:129: `FE_HAS_SYNC' undeclared (first use in this function)
tune.c:130: `FE_TUNER_HAS_LOCK' undeclared (first use in this function)
make: *** [tune.o] Error 1

Thanx

Demeter Tibor



--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index