Was able to compile above programs under Salix-LiveCD without any problem.
Have installed Salix3.1 64 bit on hard disk and now run into problems. Could compile xmms2 but with get stuck with lxmusic.
Following error message with ./configure :
"
checking for LXMUSIC... configure: error: Package requirements (gtk+-2.0 >= 2.14.0
gmodule-export-2.0 >= 2.0
xmms2-client >= 0.7
xmms2-client-glib >= 0.7) were not met:
No package 'xmms2-client' found
No package 'xmms2-client-glib' found
"
Any help?
Thank you.
xmms2 - lxmusic SOLVED!
xmms2 - lxmusic SOLVED!
Last edited by ikke on 4. Jul 2010, 16:22, edited 1 time in total.
Re: xmms2 - lxmusic
Thank you for reaction.gapan wrote:Have you actually installed xmms2, or did you only compile it?
I compiled and installed xmms2. Seems to work fine ...
Only am not able to compile lxmusic.
Re: xmms2 - lxmusic
How did you compile and install xmms2? I just installed it using the slackbuild from slackbuilds.org and had no trouble compiling lxmusic after that.
Re: xmms2 - lxmusic
And here's the SLKBUILD file I used for creating the lxmusic package:
Code: Select all
#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>
pkgname=lxmusic
pkgver=0.4.4
pkgrel=1gv
source=(http://downloads.sourceforge.net/project/lxde/LXMusic%20%28music%20player%29/LXMusic%200.4.4/lxmusic-0.4.4.tar.gz)
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"lxmusic"
)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux
make || return 1
make install DESTDIR=$startdir/pkg
}Re: xmms2 - lxmusic
Thank you very much for reaction and the SLKBUILD file.
Did you compile lxmusic on a 64 bit system?
Thank you for any hint.
I just downloaded the source xmms2-0.7DrNo.tar.bz2, untar and thengapan wrote:How did you compile and install xmms2?
Everything went OK
