[ardour-dev] gcc 3.3.3 (FC2T3) + 0.9beta11.2 compilation error

Paul Davis paul at linuxaudiosystems.com
Thu May 13 20:42:46 PDT 2004


>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



More information about the Ardour-Dev mailing list