Hi, On 11/22/2011 10:31 PM, Julien Cristau wrote: > See https://buildd.debian.org/status/package.php?p=guitarix > > The build fails with: >> ../src/zita-convolver/zita-convolver.h:145:2: error: #error "The ZCsema >> class is not implemented."
Thanks for the report. Need to check if the attached patch fixes it when I get access to a hurd and kfreebsd machine. Alternatively, feel to check it also. Thanks! bye, Roland
Index: guitarix-0.20.2/src/zita-convolver/zita-convolver.h =================================================================== --- guitarix-0.20.2.orig/src/zita-convolver/zita-convolver.h 2011-10-22 14:24:00.000000000 +0200 +++ guitarix-0.20.2/src/zita-convolver/zita-convolver.h 2011-11-23 10:17:14.000000000 +0100 @@ -39,7 +39,6 @@ #undef ZCSEMA_IS_IMPLEMENTED #endif -#ifdef __linux__ #include <semaphore.h> class ZCsema @@ -63,7 +62,6 @@ }; #define ZCSEMA_IS_IMPLEMENTED -#endif #ifdef __APPLE__