[proaudio] Error while compiling zynaddsubfx-99999999. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] Error while compiling zynaddsubfx-99999999.
- From: "Jean-Baptiste Mestelan" <mestelan@xxxxxxxxx>
- Date: Sun, 14 Sep 2008 17:09:53 +0000
- 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:content-transfer-encoding :content-disposition; bh=EEyFb/N0G/RDm29h7fsUVnuanhdgDeY53ukJZxRYGqI=; b=JBfD3YYvZMiZjdbrsQ/XfZ/SclzRIdGHDn2oYMPWlPWpryRAxJ1PQEDHy/T6InQ3xC /ATj1omLGeN7EFq4Nv9SPL18lVrjSdXCBeU+IWOIidd2gcJnjdANgkDaqqYowMlOhpwB 0ebd+pRELKIcuLaAzIOyru/um9rh9W7K/O180=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=xMuQNOoyJwIGfzCgaVoG6pIGQYKsOZA+BEvbxlq6eET1fDaWODbYPnCE9mtHzjokTE sFYKoj+t+i6FQyzK6PU4NTpsuAr4R8uFDGwciiCTu54J8tDMnx3TVl5CNMVlw1OM9DSz m247tH6aqB4fKkSVfRuHhWRgoI7M21Ge88xsY=
Hello.
I get the error below when compiling latest CVS version.
At a glance, it looks like the error is related to patch file
01-mutex-split.patch ?
Anybody would mind sharing a clue ?
Thanks for attention.
--
g++ -O6 -Wall -DOS_LINUX -DALSAMIDIIN -DFFTW_VERSION_3 -DASM_F2I_NO
-ggdb -march=prescott -O2 -pipe -fomit-frame-pointer `fltk-config
--cflags` -DJACKAUDIOOUT `pkg-config --cflags jack` -DUSE_JACKMIDI
-c -o PADnoteParameters.o PADnoteParameters.C
PADnoteParameters.C: In member function 'void
PADnoteParameters::export2wav(std::string)':
PADnoteParameters.C:530: error: no matching function for call to
'PADnoteParameters::applyparameters(bool)'
PADnoteParameters.C:452: note: candidates are: void
PADnoteParameters::applyparameters()
make[2]: *** [PADnoteParameters.o] Error 1