I have tried to install vlc on Suse 10.1 by 2 ways:
-RPM
-Source
After many hours installing rpms and libraries (with source code), I couldn't.
If I try to compile it with the source code, I can do the "./configure" ok. But when I go to "make", after 10 minutes compiling I get this error:
ialogs/fileinfo.cpp: In constructor ‘wxvlc::FileInfo::FileInfo(intf_thread_t*, wxWindow*)’:
dialogs/fileinfo.cpp:73: error: ‘wxNotebook’ was not declared in this scope
dialogs/fileinfo.cpp:73: error: ‘notebook’ was not declared in this scope
dialogs/fileinfo.cpp:73: error: expected type-specifier before ‘wxNotebook’
dialogs/fileinfo.cpp:73: error: expected `;' before ‘wxNotebook’
make[6]: *** [libwxwidgets_plugin_a-fileinfo.o] Error 1
If I try to use the RPM, I have many dependencies. I could resolve all of them, except 3:
libavahi-client.so.3 is needed by vlc-0.8.5-1.pm.1.i686
libavahi-common.so.3 is needed by vlc-0.8.5-1.pm.1.i686
libdbus-1.so.1 is needed by vlc-0.8.5-1.pm.1.i686
The problem is libdbus-1.so.1
It seems that I would need an older version of Dbus, because I only have libdbus-1.so.2. But I can't downgrade Dbus because another programs are using it.
(and if I try to install Avahi, I get this:
libdaemon.so.0 is needed by avahi-0.6.9-2.pm.0.i686
libdbus-1.so.1 is needed by avahi-0.6.9-2.pm.0.i686
)
So I couldn't install VLC after many hours. Could anybody help me?