dvbdriver / error configure dvb

Discussion on the (deprecated) VideoLAN Server application as well as the miniSAPserver stream announcer. This is not about VLC!
Forum rules
Please do not post VLC related questions in this forum category. See the Forum Rules for more information.
eugen

dvbdriver / error configure dvb

Postby eugen » 12 Mar 2004 10:25

Hello,

i am running a debian woddy system on kernel 2.4.24
the dvb card hauppauge nova-s is running wiht xine
and the drivers von http://www.linuxtv.org rel. 1.1.0

when i try to configure vls 0.5.6 with dvb-enable

./configure \
--enable-dvb \


i get the following error message
..........................................
checking for syslog.h... yes
checking dvdread/dvd_reader.h usability... yes
checking dvdread/dvd_reader.h presence... yes
checking for dvdread/dvd_reader.h... yes
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/
..................................................
to wich directory should i point
--with-dvb=
--with-libdvb=

what can i do?
do i have do switch do kernel 2.6x?

thanks for any help

esa007
New Cone
New Cone
Posts: 6
Joined: 17 Mar 2004 09:16
VLC version: 2.01
Operating System: Windows / Linux

.. solved....

Postby esa007 » 19 Mar 2004 12:52

.... i have found the error in the configure file.

:idea:

----- original --------------------------------------------
# Check whether --with-dvb or --without-dvb was given.
if test "${with_dvb+set}" = set; then
withval="$with_dvb"

fi;
if test "$enable_dvb" = "yes"
then
echo "$as_me:$LINENO: checking for dvbdriver headers in ${with_dvb}" >&5
echo $ECHO_N "checking for dvbdriver headers in ${with_dvb}... $ECHO_C" >&6
if test "x$with_dvb" = x
then
test_CFLAGS=""
else
test_CFLAGS="-I${with_dvb}/include"
fi
save_CPPFLAGS=$CPPFLAGS
CPPFLAGS="$save_CPPFLAGS $test_CFLAGS"

for ac_header in linux/dvb/frontend.h
do
--------------------------------------------------------------------

------------ change ---------------------------------------------
# Check whether --with-dvb or --without-dvb was given.
if test "${with_dvb+set}" = set; then
withval="$with_dvb"

fi;
if test "$enable_dvb" = "yes"
then
echo "$as_me:$LINENO: checking for dvbdriver headers in ${with_dvb}" >&5
echo $ECHO_N "checking for dvbdriver headers in ${with_dvb}... $ECHO_C" >&6
if test "x$with_dvb" = x
then
test_CFLAGS=""
else
test_CFLAGS="-I${with_dvb}/include -I${with_dvb}"
fi
save_CPPFLAGS=$CPPFLAGS
CPPFLAGS="$save_CPPFLAGS $test_CFLAGS"

for ac_header in frontend.h
do
---------------------------------------------------------------------------------

.. and then it works ....



:D


Return to “VideoLAN Server and miniSAPserver”

Who is online

Users browsing this forum: No registered users and 37 guests