On Fri, 29 Oct 2004, Stéphane LETZ wrote:
eca-chainsetup.cpp:621: error: `::mlockall'
undeclared (first use here)
eca-chainsetup.cpp:621: error: `MCL_CURRENT' undeclared (first use this
function)
That should handle at least MCL_CURRENT. Hopefully Apple has not done any
changes to gcc that would break the '::mlockall()' style of calling
globally visible C functions.
PS Could you also check that '#define HAVE_MLOCKALL 1'
is defined in ecasound-2.3.4/config.h.
I don't think MacOS X *has* mlockall(). JACK explicitly sets
JACK_DO_NOT_MLOCK for that platform.
--
joq