You are not logged in.
Hi, i'm trying to build mixxx 1.5.0-beta2 from source, here is my PKGBUILD:
pkgname=mixxx
pkgver=1.5.0beta2
pkgrel=1
pkgdesc="digital dj mixing software allows you to use Ogg Vorbis, MP3 and wave files in your live DJ mix."
url="http://mixxx.sourceforge.net/"
license=""
depends=('qt' 'libmad' 'libid3tag' 'libsndfile' 'libvorbis')
makedepends=('jack-audio-connection-kit' 'alsa-lib' 'pkgconfig')
conflicts=()
replaces=()
backup=()
install=
source=("http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-1.5.0-beta2.tar.gz")
md5sums=('9251749264bcf882cd2ad286441ae563')
build() {
cd $startdir/src/$pkgname/src
./configure --prefix=/usr --enable-jack --enable-alsa
make || return 1
make INSTALL_ROOT=$startdir/pkg install
}
When i perform makepkg it start compiling and then exit with:
../lib/soundtouch/FIFOSamplePipe.h:60: warning: 'class soundtouch::FIFOSamplePipe' has virtual functions but non-virtual destructor
../lib/soundtouch/SoundTouch.h:162: error: extra qualification 'soundtouch::SoundTouch::' on member 'getVersionId'
visual/../defs.h:54: warning: 'two_pi' defined but not used
mathstuff.h:43: warning: 'pi' defined but not used
make: *** [.obj/enginebufferscalest.o] Error 1
==> ERROR: Build Failed. Aborting...
A few times it said also that acos (in mathstuff.h:43) was an unknown command.... so i've tried to rebuild mixxx 1.5.0-beta1 and it gaves me the same error and it's very strange because a couple of time ago i've built it with no problem... can anyone help me???
Offline
SOLVED!
mixxx 1.5.0-beta2 is in the AUR
Offline