Hi,
I have a problem compiling 0.8.6 version on debian.
I have launched the configuration script:
./configure --prefix=/usr --enable-wxwindows
and it works correctly.
Then i launch make and it give me the following error:
make[6]: Entering directory `/home/rob/vlc-0.8.6a/modules/gui/skins2'
source='commands/async_queue.cpp' object='libskins2_plugin_a-async_queue.o' libtool=no \
depfile='.deps/libskins2_plugin_a-async_queue.Po' tmpdepfile='.deps/libskins2_plugin_a-async_queue.TPo' \
depmode=none /bin/sh ../../../autotools/depcomp \
-DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX -I../../../include `top_builddir="../../.." ../../../vlc-config --cxxflags plugin skins2` -Wsign-compare -Wall -pipe -c -o libskins2_plugin_a-async_queue.o `test -f 'commands/async_queue.cpp' || echo './'`commands/async_queue.cpp
../../../autotools/depcomp: line 470: exec: -D: invalid option
exec: usage: exec [-cl] [-a name] file [redirection ...]
make[6]: *** [libskins2_plugin_a-async_queue.o] Error 2
make[6]: Leaving directory `/home/rob/vlc-0.8.6a/modules/gui/skins2'
make[5]: *** [all-modules] Error 1
make[5]: Leaving directory `/home/rob/vlc-0.8.6a/modules/gui/skins2'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/rob/vlc-0.8.6a/modules/gui'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/rob/vlc-0.8.6a/modules/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rob/vlc-0.8.6a/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rob/vlc-0.8.6a'
make: *** [all] Error 2
Someone can help me????