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![./waf configure; ./waf build; ./waf install
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?gapan wrote: just installed it using the slackbuild from slackbuilds.org and had no trouble compiling lxmusic after that.
Did you compile lxmusic on a 64 bit system?
Thank you for any hint.
Re: xmms2 - lxmusic
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.
And yes, I compiled it in a 64bit system.
Re: xmms2 - lxmusic
Thank you very much. You are right!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.
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!
Could you please also provide the SLCKBUILD script for lxmusic 32 bit?
Thank you.
Thank you.