Compile and install XMMS Notes [Debian] -- Debian information for the Linux release. For details, refer to the following section. I have been using XMMS and recently reinstalled the system and found that the installation could not be successful through APT. So I downloaded the source code and encountered many problems and errors, so I made a small note-Good memory is not as bad as writing.
# Tar xzvf xmms-1.2.11.tar.gz
# Cd xmms-1.2.11
#./Configure
# Make
# Make install
# Make clean
Error 1:
"Checking for GLIB-version> = 1.2.2... no
* ** The glib-config script installed by GLIB cocould not be found
* ** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
* ** Your path, or set the GLIB_CONFIG environment variable to
* ** Full path to glib-config.
Configure: error: *** GLIB> = 1.2.2 not installed-please install first ***"
Solution: # apt-get install libglib1.2-dev
Error 2:
* ** The gtk-config script installed by GTK cocould not be found
* ** If GTK was installed in PREFIX, make sure PREFIX/bin is in
* ** Your path, or set the GTK_CONFIG environment variable to
* ** Full path to gtk-config.
Configure: error: *** GTK +> = 1.2.2 not installed-please install first ***
Solution: # apt-get install libgtk1.2-dev
Error 3:
Xmms: error while loading shared libraries: libxmms. so.1: cannot open shared object file: No such file or directory
Solution: copy/usr/local/lib/libxmms. so.1 to/usr/lib/libxmms. so.1 (this file is a link file)
Attachment: wma plug-in: http://groups.google.com/group/xinyoo/web/libwma.so
[Put it in the/usr/local/lib/xmms/Input/folder]
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.