running make (after ./configure) gives some errors:
# make
make all-recursive
make[1]: Entering directory `/usr/src/VideoLAN/cvs/vls'
Making all in src
make[2]: Entering directory `/usr/src/VideoLAN/cvs/vls/src'
rm -f server/vls_builtins.cpp
echo "" >> server/vls_builtins.cpp
make all-recursive
make[3]: Entering directory `/usr/src/VideoLAN/cvs/vls/src'
Making all in modules
make[4]: Entering directory `/usr/src/VideoLAN/cvs/vls/src/modules'
Making all in asiinput
make[5]: Entering directory `/usr/src/VideoLAN/cvs/vls/src/modules/asiinput'
make[5]: Leaving directory `/usr/src/VideoLAN/cvs/vls/src/modules/asiinput'
Making all in asireader
make[5]: Entering directory `/usr/src/VideoLAN/cvs/vls/src/modules/asireader'
make[5]: Leaving directory `/usr/src/VideoLAN/cvs/vls/src/modules/asireader'
Making all in dummyinterface
make[5]: Entering directory `/usr/src/VideoLAN/cvs/vls/src/modules/dummyinterface'
make[6]: Entering directory `/usr/src/VideoLAN/cvs/vls/src/modules/dummyinterface'
source='dummyinterface.cpp' object='dummyinterface_la-dummyinterface.lo' libtool=yes \
depfile='.deps/dummyinterface_la-dummyinterface.Plo' tmpdepfile='.deps/dummyinterface_la-dummyinterface.TPlo' \
depmode=gcc3 /bin/sh ../../../autotools/depcomp \
/bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -static -Wall -O2 -c -o dummyinterface_la-dummyinterface.lo `test -f 'dummyinterface.cpp' || echo './'`dummyinterface.cpp
../../../libtool: line 1: s%^.*/%%: No such file or directory
../../../libtool: line 1: -e: command not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE be specified.
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
../../../libtool: line 1: -e: command not found
: compile: cannot determine name of library object from `'
make[6]: *** [dummyinterface_la-dummyinterface.lo] Error 1
make[6]: Leaving directory `/usr/src/VideoLAN/cvs/vls/src/modules/dummyinterface'
make[5]: *** [all-local] Error 2
make[5]: Leaving directory `/usr/src/VideoLAN/cvs/vls/src/modules/dummyinterface'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/VideoLAN/cvs/vls/src/modules'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/VideoLAN/cvs/vls/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/VideoLAN/cvs/vls/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/VideoLAN/cvs/vls'
make: *** [all] Error 2
./configure with v4l and ffmpeg seems to be OK:
global configuration
--------------------
system : linux-gnu
architecture : i686
debug : 0
profiling : 0
vls configuration
-----------------
vls version : 0.5.5-cvs
debug mode : 0
system logging : 1
daemon mode : 1
built-in modules : filechannel netchannel filereader ts2ts ps2ts localinput videoinput dummyinterface telnetinterface nativeinterface unixinterface normaltrickplay tcpinput tcpreader v4linput v4lreader raw2ts
plug-in modules : pvrreader dvdreader
Does anybody have any clue as to what went wrong?