Page 1 of 1

Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 30 Nov 2008 01:02
by aberrio
OpenSUSE 11.0 Server

Try ./bootstrap and getting this error...
.
.
.
.
+ svn --version
+ echo 'You do not have a subversion client in your PATH.'
You do not have a subversion client in your PATH.
+ git --version
+ echo 'You do not have a Git client in your PATH.'
You do not have a Git client in your PATH.
+ test -z ''
+ set +x


Try to compile vlc 0.9.6 on a opensuse 11.00 server box, getting this error...

checking for HAL... configure: WARNING: libhal >= 0.5.0 was not found. Install libhal-dev ?
checking for DBUS... configure: error: Couldn't find DBus >= 1.0.0, install libdbus-dev ?

Unable to find those libraries for openSuSe 11.0. I compiled /extras/contrib....


Any suggestion


Best regards,

AL

Re: Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 30 Nov 2008 23:09
by Jean-Baptiste Kempf
Yes, install Git, install subversion and install the right libraries... You shouldn't use contribs on Linux.

Re: Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 30 Nov 2008 23:15
by aberrio
I just follow the instructions.

I will try again

Thx

Re: Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 01 Dec 2008 00:54
by aberrio
Do you have instruction how to compile it.

I follow instruction on this link.

http://wiki.videolan.org/UnixCompile.

Regards,


AL

Re: Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 02 Dec 2008 01:52
by aberrio
Any update on this issue?

Regards

AL

Re: Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 02 Dec 2008 12:08
by xtophe
You're missing the development headers for libhal and libdbus. Install them from your distro

Re: Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 03 Dec 2008 04:30
by aberrio
I try this that was suggested on another post....


(You can compile VLC without any user interface: use --disable-qt4 --disable-skins2 ...)


Installing libdbus will install the graphical intefvace, I do not need a graphical interface. I tried to follow the link on the developer instruction and get the error while compiling.

How can I compile VLC without graphical interface on opensuse 11.0.

Re: Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 04 Dec 2008 18:36
by aberrio
Any update on this issue?

Regards,



AL

Re: Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 08 Dec 2008 20:03
by aberrio
Any update with this issue?

Regards,

AL

Re: Unable to compile on openSUSE 11.0 vlc 0.9.6

Posted: 08 Dec 2008 20:58
by dimstar
aberrio,

As you seem to have trouble compiling VLC on your own, you can also install the vlc packages from the VideoLAN repository.
If you want to install without any X-Dependencies, you should go for the package vlc-noX and it's dependencies. It's stripped down to not include any X libs.

Should there be an issue with it, please let me know.