[proaudio] Seq24 compile error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] Seq24 compile error
- From: "David Cunningham" <david.m.cunningham@xxxxxxxxx>
- Date: Sat, 3 May 2008 03:33:41 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=r3VHIpkhxy64GhuQ180iff03wyW0mg9dHZyvDZYnSkc=; b=qYc2dkq41aZo6cGjyilpfIEgZnxvAWtE6fsOoBfm0H/YfAKL7hW1BdaYEBfrU0iLlcBh0U/HYbMJ9gmgTLNvwIK+4KedWQGJNL+3ll8IlmGnDLYgcSxTL85pqefeRVRCQdH/PSkxv2iD92UHW76jHCk/B6DayXfiY+nmLSzjFko=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=JBpvci/SfP3cFDjHIpm/tlJZ6xSDqZR9Kayqh5qZZWawUaMOoOliQUvLA0zw9Q2Ei+GpPnkkwpDJxk/B9v5LhscxfGo10Eqncub7t0/Gw1pKIdK9cYSSbDfTRLtmE5/jW0G3of8bWA3hSwoY9yUflhYMhDxRohhde1VQBa2NoKI=
Seq24 fails to compile using x86_64 Gentoo 2008.0 Beta2...the error is below:
perfedit.h:67: error: 'SigC' is not a namespace-name
perfedit.h:67: error: expected namespace-name before ';' token
mainwnd.h:112: error: 'SigC' has not been declared
mainwnd.h:112: error: ISO C++ forbids declaration of 'Connection' with no type
mainwnd.h:112: error: expected ';' before 'm_timeout_connect'
mainwnd.cpp: In constructor 'mainwnd::mainwnd(perform*)':
mainwnd.cpp:136: error: 'm_timeout_connect' was not declared in this scope
make[2]: *** [mainwnd.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/media-sound/seq24-0.8.7/work/seq24-0.8.7/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/media-sound/seq24-0.8.7/work/seq24-0.8.7/src'
make: *** [all-recursive] Error 1
*
* ERROR: media-sound/seq24-0.8.7 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2097: Called die
* The specific snippet of code:
* emake || die
* The die message:
* (no error message)