hi
I have compiled 0.8.6i, under the buildroot system.
here are the config I used to build
--target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) --build=$(GNU_HOST_NAME) --prefix=/usr --sysconfdir=/etc --disable-ffmpeg --disable-libmpeg2 --disable-wxwidgets --disable-skins2 --disable-freetype --disable-rpath --disable-nls --disable-dvdnav --disable-smb --enable-v4l --disable-gnomevfs --disable-libcdio --disable-libcddb --disable-cdda --disable-vcd --disable-screen --enable-real --enable-realrtsp --disable-a52 --disable-dts --disable-speex --disable-png --disable-x11 --disable-xvideo --disable-glx --disable-xinerama --disable-opengl --disable-sdl --disable-sdl-image --disable-fribidi --disable-libxml2 --disable-fb --disable-visual --disable-daap --disable-bonjour --disable-gnutls
the first couple lines are for cross-compiling...when I tried to run vlc, I get
------------------------------------------------------------------------------------
VLC media player 0.8.6i Janus
starting VLC root wrapper... using UID 0 (root)
***************************************
* Running VLC as root is discouraged. *
***************************************
It is potentially dangerous, and might not even work properly.
[00000014] main interface error: no interface module matched "hotkeys,none"
[00000014] main interface error: no suitable interface module
[00000001] main private error: interface "hotkeys,none" initialization failed
[00000015] main interface error: no interface module matched "any"
[00000015] main interface error: no suitable interface module
[00000001] main private error: interface "(null)" initialization failed
-----------------------------------------------------------------------------------------
Can anyone please provide me with info on where the problem might be? thanks