after compiling the current vlc source code (0.84a) using ubuntu 5.10 i cannot start vlc using the wxwidget graphical interface. starting vlc -I wxwidgets does not help, it shows the following output:
Code: Select all
clemens@bob:~/.vlc$ vlc -vvv -I wxwidgets
VLC media player 0.8.4a Janus
[00000001] main vlc debug: opening config file /home/clemens/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/clemens/.vlc/cache/p
lugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 176 modules
[00000001] main vlc debug: opening config file /home/clemens/.vlc/vlcrc
[00000001] main vlc debug: CPU has capabilities 486 586 MMX 3DNow! MMXEXT SSE FP U
[00000001] main vlc debug: looking for memcpy module: 4 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000223] main playlist debug: waiting for thread completion
[00000223] main playlist debug: thread 3083721648 (playlist) created at priority 0 (src/playlist/playlist.c:183)
[00000224] main private debug: waiting for thread completion
[00000224] main private debug: thread 3075328944 (preparser) created at priority 0 (src/playlist/playlist.c:205)
[00000225] main interface debug: looking for interface module: 1 candidate
[00000108] main module debug: using interface module "hotkeys"
[00000225] main interface debug: interface initialized
[00000225] main interface debug: thread 3066915760 (interface) created at priori ty 0 (src/interface/interface.c:211)
[00000227] main interface debug: looking for interface module: 1 candidate
Remote control interface initialized, `h' for help
[00000109] main module debug: using interface module "rc"
[00000227] main interface debug: interface initialized
[00000227] main interface debug: thread 3058473904 (manager) created at priority 0 (src/interface/interface.c:196)
what is wrong here?