[proaudio] Psychosynth 0.3 compile error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio <proaudio@xxxxxxxxxxxxxxxxxxx>
- Subject: [proaudio] Psychosynth 0.3 compile error
- From: Matt Henley <nwmatt@xxxxxxxxx>
- Date: Wed, 15 Aug 2012 23:51:02 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=46mSUX4AXG3FKJ/xFCGER9qj/gWiRhqFgRUj8aNM5vg=; b=v8wXpqbJzwzKERObQOwZxzF8ilNHIa98exH54c/ZxaERAh3dPgTRn3DWnjfZ6NkG0H Bgm/1MteeOW9ma/BK88SZFKTC3WxlJhavrtE/vNNsHCKgyPv91V1VUDcQlxJmgTONMfg OfC0+HO7BscyJ6/neOcg3fjXlpAcioNKi1UK1v+MnPnnVUnvNyX7n8r8bkpwFLROGF5T 0ejQY1zRI4uu6CLTUieYS0TPSIZerH9o2FHivZBvxBhmQwMSAqg4UujuhhI6aTuwq+h8 10Q6jW6u3qz6tZFMIAXygDOY42KfxpAz1BVFdQtXQ45+bk6n8oFMq4/e7TECDYqsHMza ysmQ==
When I emerge psychosynth 0.3, i get this error:
make[3]: Entering directory `/var/tmp/portage/media-sound/psychosynth-0..3.0/work/psychosynth-0.3.0/src/psynth'
/bin/sh ../../libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wall -I/usr/include -I../../src -I../../src -DPSYNTH_DATA_DIR=\"/usr/share/psychosynth\" -I/usr/include/soundtouch -I/usr/include/libxml2 -I/usr/include/alsa -O2 -pipe -march=core2 -std=c++0x -DNDEBUG -c -o app/libpsynth_la-director.lo `test -f 'app/director.cpp' || echo './'`app/director.cpp
libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../... -Wall -I/usr/include -I../../src -I../../src -DPSYNTH_DATA_DIR=\"/usr/share/psychosynth\" -I/usr/include/soundtouch -I/usr/include/libxml2 -I/usr/include/alsa -O2 -pipe -march=core2 -std=c++0x -DNDEBUG -c app/director.cpp -fPIC -DPIC -o app/.libs/libpsynth_la-director.o
In file included from ../../src/psynth/base/tree.hpp:39:0,
from ../../src/psynth/base/config.hpp:40,
from ./app/director.hpp:35,
from app/director.cpp:33:
../../src/psynth/base/exception.hpp:55:42: error: 'psynth::base::exception& psynth::base::exception::operator=(psynth::base::exception&&)' cannot be defaulted
make[3]: *** [app/libpsynth_la-director.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-sound/psychosynth-0..3.0/work/psychosynth-0.3.0/src/psynth'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-sound/psychosynth-0.3.0/work/psychosynth-0.3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-sound/psychosynth-0.3.0/work/psychosynth-0.3.0'
make: *** [all] Error 2
emake failed
Any ideas what would cause this?
Matt