I've been using the VLC media player for a while now, and I certainly prefer it to anything found on any platform for playing media. Previously I was running both FC5 and Ubuntu 6.10, and VLC worked fine. I built it myself, compiled, worked flawlessly. However, since I switched to SuSE 10.1, things have not been so well. I built wxWidgets (2.6.3) myself, installed without a hitch. I went to build VLC, and it worked, however, whenever I run it, none of the dialogs (preferences, info, etc) come up. I ran from the terminal, and recieved this message:
Code: Select all
[00000286] main dialogs provider error: no dialogs provider module matched "any"
[00000283] skins2 interface error: no suitable dialogs provider found (hint: compile the wxWidgets plugin, and make sure it is loaded properly)
[00000283] skins2 interface: skin: VLC 0.8.5 Default Skin author: aLtgLasS
After doing some research and reading posts on this and other forums, I learned to properly compile VLC, wxWidgets must be passed the --enable-unicode --with-x11 arguments. While the first one worked on it's own, with the latter included, it returned an error message about a missing header file on some abstract line of a file deep within the directory tree. I'm really lost with this problem, and just really want VLC working and functioning on my computer.
Any help would be appreciated.