i write a very simple skin (just show itslef with nothing to do )
i have put it in the modules/gui/wxwidgets directory replace the wxwidget.cpp
and do some trick let my simple skin act like wxwidgets .
i have compile all the vlc code with my skin successfully.
then i type # vlc -vvv -I wxwidgets
it's output is below:
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-0 4041e.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 187 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000001] main vlc debug: using memcpy module "memcpymmxext"
[00000238] main playlist debug: waiting for thread completion
[00000238] main playlist debug: thread 3082271664 (playlist) created at priority 0 (playlist/playlist.c:184)
[00000239] main private debug: waiting for thread completion
[00000239] main private debug: thread 3073878960 (preparser) created at priority 0 (playlist/playlist.c:210)
[00000240] main interface debug: looking for interface module: 1 candidate
[00000240] main interface debug: using interface module "hotkeys"
[00000240] main interface debug: thread 3065461680 (interface) created at priori ty 0 (interface/interface.c:233)
[00000242] main interface debug: looking for interface module: 1 candidate
[00000242] main interface debug: using interface module "screensaver"
[00000242] main interface debug: thread 3057060784 (interface) created at priori ty 0 (interface/interface.c:233)
[00000244] main interface debug: looking for interface module: 3 candidates
[00000244] main interface debug: using interface module " wxwidgets"
[00000244] main interface debug: thread 3032374192 (manager) created at priority 0 (interface/interface.c:217)
Aborted
i don't know why it is "Aborted",i have check the wxEntry() funciont has been reached ,and then abort,
anyone have any ideas,thx