<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.1.12">
</HEAD>
<BODY>
I get the following error when trying to compile ardour.<BR>
<BR>
make[4]: Entering directory `/usr/local/ardour-0.9beta11.2/libs/soundtouch'<BR>
if g++ -DHAVE_CONFIG_H -I. -I. -I.     -g -D_REENTRANT -Wall -I/usr/local/ardour-0.9beta11.2/libs/sigc++ -I/usr/local/ardour-0.9beta11.2/libs/sigc++/sigc++/config -I/usr/local/ardour-0.9beta11.2/libs/pbd -I/usr/local/ardour-0.9beta11.2/libs/midi++ -I/usr/local/ardour-0.9beta11.2/libs/ardour -I/usr/local/ardour-0.9beta11.2/libs/soundtouch  -MT AAFilter.o -MD -MP -MF ".deps/AAFilter.Tpo" \<BR>
  -c -o AAFilter.o `test -f 'AAFilter.cc' || echo './'`AAFilter.cc; \<BR>
then mv -f ".deps/AAFilter.Tpo" ".deps/AAFilter.Po"; \<BR>
else rm -f ".deps/AAFilter.Tpo"; exit 1; \<BR>
fi<BR>
AAFilter.cc: In member function `virtual void AAFilter::calculateCoeffs()':<BR>
AAFilter.cc:89: error: void value not ignored as it ought to be<BR>
AAFilter.cc:90: error: void value not ignored as it ought to be<BR>
AAFilter.cc:91: error: void value not ignored as it ought to be<BR>
AAFilter.cc:92: error: void value not ignored as it ought to be<BR>
AAFilter.cc:120: error: void value not ignored as it ought to be<BR>
AAFilter.cc:123: error: void value not ignored as it ought to be<BR>
AAFilter.cc:124: error: void value not ignored as it ought to be<BR>
AAFilter.cc:125: error: void value not ignored as it ought to be<BR>
AAFilter.cc:136: error: void value not ignored as it ought to be<BR>
make[4]: *** [AAFilter.o] Error 1<BR>
make[4]: Leaving directory `/usr/local/ardour-0.9beta11.2/libs/soundtouch'<BR>
make[3]: *** [all-recursive] Error 1<BR>
make[3]: Leaving directory `/usr/local/ardour-0.9beta11.2/libs/soundtouch'<BR>
make[2]: *** [all] Error 2<BR>
make[2]: Leaving directory `/usr/local/ardour-0.9beta11.2/libs/soundtouch'<BR>
make[1]: *** [all-recursive] Error 1<BR>
make[1]: Leaving directory `/usr/local/ardour-0.9beta11.2/libs'<BR>
make: *** [all-recursive] Error 1<BR>
<BR>
Philip
</BODY>
</HTML>