Page 1 of 1
xmms2 - lxmusic SOLVED!
Posted: 3. Jul 2010, 10:40
by ikke
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.
Re: xmms2 - lxmusic
Posted: 3. Jul 2010, 10:41
by gapan
Have you actually installed xmms2, or did you only compile it?
Re: xmms2 - lxmusic
Posted: 3. Jul 2010, 12:25
by ikke
gapan wrote:Have you actually installed xmms2, or did you only compile it?
Thank you for reaction.
I compiled and installed xmms2. Seems to work fine ...
Only am not able to compile lxmusic.
Re: xmms2 - lxmusic
Posted: 3. Jul 2010, 15:59
by gapan
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
Posted: 3. Jul 2010, 16:04
by gapan
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
Posted: 3. Jul 2010, 20:03
by ikke
Thank you very much for reaction and the SLKBUILD file.
gapan wrote:How did you compile and install xmms2?
I just downloaded the source xmms2-0.7DrNo.tar.bz2, untar and then
[./waf configure; ./waf build; ./waf install
Everything went OK!
gapan wrote: just installed it using the slackbuild from slackbuilds.org and had no trouble compiling lxmusic after that.
Do not have any experience with slackbuild. What I did is add 'arch=x86_64' to your SLKBUILD-file and 'slkbuild' . When running the 'build-lxmusic.sh' script I get the same error message as in my first mail. Anything I did wrong?
Did you compile lxmusic on a 64 bit system?
Thank you for any hint.
Re: xmms2 - lxmusic
Posted: 3. Jul 2010, 20:35
by gapan
You haven't compiled xmms2 properly. I don't know what's wrong, but that is certainly it. Use the slackbuild and it will work fine.
And yes, I compiled it in a 64bit system.
Re: xmms2 - lxmusic
Posted: 3. Jul 2010, 21:43
by ikke
gapan wrote:You haven't compiled xmms2 properly. I don't know what's wrong, but that is certainly it. Use the slackbuild and it will work fine.
And yes, I compiled it in a 64bit system.
Thank you very much. You are right!
Uninstalled my xmms2 and compiled it again with the slackbuild. Then I compiled lxmusic with your script.
Guess all is ok now. Needs some testing. But looks fine. So problem solved.
Wish to thank you again. Was not aware of the usefulness of slackbuilds.
Re: xmms2 - lxmusic SOLVED!
Posted: 9. Aug 2010, 17:49
by ikke
Could you please also provide the SLCKBUILD script for lxmusic 32 bit?
Thank you.
Re: xmms2 - lxmusic SOLVED!
Posted: 9. Aug 2010, 17:51
by gapan
It's exactly the same!