[vlc] problem with wxwidgets interface
Ryan Nowakowski
tubaman at fattuba.com
Wed Aug 20 20:34:42 CEST 2008
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:
> 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:
> http://mailman.videolan.org/listinfo/vlc
More information about the vlc
mailing list