[ardour-dev] gcc 3.3.3 (FC2T3) + 0.9beta11.2 compilation error
Jeremy Hall
jhall at maoz.com
Thu Jun 17 12:32:30 PDT 2004
Hello,
I'm using 2.95.3 and get st_assert errors trying to convert to void from
int when compiling soundtouch.
_J
In the new year, Paul Davis wrote:
> >While trying to build ardour 0.9beta11.2 under Fedora Core 2 Test 3
> >(getting ready for the final release) I hit this error:
>
> yes, its fixed in CVS.
>
> you need to modify libs/soundtouch/soundtouch/STTypes.h to define
> st_assert as:
>
> #define st_assert(expr) ((expr) ? 0 : throw soundtouch_exception())
>
> the original code was wrong, but prior gcc's let it through.
>
> --p
> _______________________________________________
> ardour-dev mailing list
> ardour-dev at lists.ardour.org
> http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org
>
More information about the Ardour-Dev
mailing list