<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
my options were:  ./configure --prefix=/usr <br>
i didn't put --enable-wxwidgets because wxwidgets is already enabled
(default options)<br>
<br>
Ryan Nowakowski a écrit :
<blockquote cite="mid:20080820183442.GG11483@polishwonder.fattuba.com"
 type="cite">
  <pre wrap="">What options did you pass to configure?  Here are the default debian(5.0)
options:


confflags += --enable-release --prefix=/usr
confflags += \
        --enable-libtool \
        --disable-gnome \
        --disable-gtk \
        --disable-familiar \
        --disable-fb \
        --enable-ggi \
        --enable-sdl \
        --enable-esd \
        --disable-qt \
        --enable-mad \
        --enable-arts \
        --enable-jack \
        --enable-lirc \
        --enable-a52 \
        --enable-aa \
        --enable-dvbpsi \
        --enable-mozilla \
        --disable-kde \
        --enable-mp4 \
        --enable-dvb \
        --disable-satellite \
        --enable-ogg \
        --enable-vorbis \
        --enable-wxwidgets \
        --with-wx-config=wx-config \
        --disable-slp \
        --enable-flac \
        --disable-skins \
        --disable-basic-skins \
        --enable-skins2 \
        --enable-freetype \
        --enable-mkv \
        --enable-speex \
        --enable-caca \
        --enable-live555 \
        --enable-libmpeg2 \
        --enable-dts \
        --enable-fribidi \
        --enable-cdio \
        --enable-mod \
        --enable-theora \
        --enable-modplug \
        --enable-dvdnav \
        --enable-gnutls \
        --enable-ffmpeg \
        --enable-ncurses \
        --enable-smb \
        --disable-gnomevfs \
        --enable-bonjour \
        --enable-mpc \
        --enable-vcd \
        --enable-vcdx \
        --enable-xosd \
        --enable-twolame \
        --enable-notify \
        --enable-faad \
        --enable-mediacontrol-bindings \
        --disable-x264 \
        $(NULL)

# Linux specific flags
ifeq ($(DEB_HOST_ARCH_OS),linux)
confflags += --enable-alsa --enable-dv --enable-v4l --enable-pvr
endif

# Glide is only for x86 on Linux
ifeq ($(DEB_BUILD_ARCH),i386)
confflags += --enable-glide
endif

# svgalib is only for x86 and x86-64 on Linux
ifneq ($(filter $(DEB_BUILD_ARCH), amd64 i386),)
confflags += --enable-svgalib
endif

# Remove --without-dvdcss in non-totalitarian countries
confflags += --enable-dvd --without-dvdcss

On Tue, Aug 19, 2008 at 12:06:46PM +0200, Aurele wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I'm working with VLC 0.8.6h on ubuntu Gutsy.
I install VLC by compilation. I'ven't any problem with compilation and 
installation. But when i launch VLC i get this message :

VLC media player 0.8.6h Janus
[00000288] main dialogs provider error: no dialogs provider module 
matched "any"
[00000285] skins2 interface error: no suitable dialogs provider found 
(hint: compile the wxWidgets plugin, and make sure it is loaded properly)
[00000285] skins2 interface: skin: VLC 0.8.5 Default Skin  author: aLtgLasS

Any idea or suggestion is welcome.

Thanks,

Aurele

______________________________________________________
vlc mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc">http://mailman.videolan.org/listinfo/vlc</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->______________________________________________________
vlc mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/vlc">http://mailman.videolan.org/listinfo/vlc</a>
  </pre>
</blockquote>
<br>
</body>
</html>