You can't compile dvbtune unless you download the CVS version of the driver, where the new API is implemented.
Andy On Wed, 30 Jan 2002, Karim Amrani wrote: > Hi there, > > I downloaded dvbtune-0.2. > I have a 0.9+ DVB driver. > In the Makefile, I pointed INCS to ../DVB/ost/include and I typed make. > > The output is : > [root@jaya dvbtune-0.2]# make > gcc -I ../DVB/ost/include -c -o tune.o tune.c > tune.c:126: parse error before `SpectralInversion' > tune.c: In function `tune_it': > tune.c:130: `FrontendStatus' undeclared (first use in this function) > tune.c:130: (Each undeclared identifier is reported only once > tune.c:130: for each function it appears in.) > tune.c:130: parse error before `festatus' > tune.c:131: `FrontendEvent' undeclared (first use in this function) > tune.c:132: `FrontendParameters' undeclared (first use in this function) > tune.c:139: `fd_frontend' undeclared (first use in this function) > tune.c:140: `FE_POWER_ON' undeclared (first use in this function) > tune.c:141: `festatus' undeclared (first use in this function) > tune.c:143: `freq' undeclared (first use in this function) > tune.c:145: `feparams' undeclared (first use in this function) > tune.c:146: `BANDWIDTH_8_MHZ' undeclared (first use in this function) > tune.c:150: `TRANSMISSION_MODE_2K' undeclared (first use in this function) > tune.c:151: `GUARD_INTERVAL_1_32' undeclared (first use in this function) > tune.c:152: `HIERARCHY_NONE' undeclared (first use in this function) > tune.c:154: `pol' undeclared (first use in this function) > tune.c:159: `fd_sec' undeclared (first use in this function) > tune.c:163: `tone' undeclared (first use in this function) > tune.c:179: `specInv' undeclared (first use in this function) > tune.c:180: `srate' undeclared (first use in this function) > tune.c:192: `FE_SET_FRONTEND' undeclared (first use in this function) > tune.c:203: `FE_GET_EVENT' undeclared (first use in this function) > tune.c:203: `event' undeclared (first use in this function) > tune.c:209: case label not within a switch statement > tune.c:213: case label not within a switch statement > tune.c:217: case label not within a switch statement > tune.c:229: case label not within a switch statement > tune.c:230: break statement not within loop or switch > tune.c:231: case label not within a switch statement > tune.c:232: break statement not within loop or switch > tune.c:233: case label not within a switch statement > tune.c:234: break statement not within loop or switch > tune.c:270: `FE_SPECTRUM_INV' undeclared (first use in this function) > tune.c:272: `FE_HAS_CARRIER' undeclared (first use in this function) > tune.c:273: `FE_HAS_VITERBI' undeclared (first use in this function) > tune.c:274: `FE_HAS_SYNC' undeclared (first use in this function) > tune.c:275: `FE_TUNER_HAS_LOCK' undeclared (first use in this function) > make: *** [tune.o] Error 1 > > Is my INCS setting OK ? > Is it a driver version problem ? > > Thanks in advance, > Sincerely, > Karim > -- Kovacs Andrei, Network Manager - Digital Electronic Petrosani E-mail: [EMAIL PROTECTED] Phone: +40-93-226563 -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
