[streaming] Re: problems compiling vls

Jean-Paul Saman jpsaman at wxs.nl
Fri Jul 18 13:37:26 CEST 2003


Mariano García wrote:
> Hi all,
> 
>  
> 
> I?m trying compiling vls 0.5.3 and I have some problems. I have dvb 
> drivers installed (at least I have the modules installed), but when I 
> tried to compile vls I get the following error:
> 
>             checking for dvbdriver headers in ... checking 
> linux/dvb/frontend.h usability... no
> 
> checking linux/dvb/frontend.h presence... no
> 
> checking for linux/dvb/frontend.h... no
> 
> configure: error: Could not find dvbdriver on your system: you may get 
> it from http://www.linuxtv.org/

VLS works with v4l2 API so you must have a kernel that supports it, 
2.4.x does not!. The latest 2.5 and upcoming 2.6 kernel will support 
v4l2 as multimedia interface.

> 
> I have compile all libraries the documentation talks about. But when I 
> try to compile libdvb-0.2.2 I get the following errors:
> 
> channel.h:26:27: linux/dvb/dmx.h: No such file or directory
> 
> channel.h:27:32: linux/dvb/frontend.h: No such file or directory
> 
> channel.h:28:29: linux/dvb/video.h: No such file or directory
> 
> channel.h:29:29: linux/dvb/audio.h: No such file or directory
> 
The channel.h look like a vls header file, that cannot find the dvb 
headers. Add a --with-libdvb to the vls configure line .

>  
> 
> Where is the linux directory? Is it the kernel directory 
> (/usr/src/linux)?? Is it the dvb drivers linux directory???
> 
For userland applications the linux directory is in /usr/src/linux 
because it should match the header glibc is compiled against.

The /usr/src/linux points generally to the installed kernel and should 
only be used for compiling kernel modules (drivers) outside the kernel tree.

Grtz,
Jean-Paul Saman.

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the streaming mailing list