On Thu, Apr 08, 2010 at 03:06:58PM +0200, Peter P GMX wrote:
> [...]
>
> I tried to compile CW 1.9.99.20100406 with no success. In jitterbuffer I get
> ../../include/callweaver/atomic.h:97: error: unused parameter ‘mutex’

I guess it's been a while since I've had anything non-64bit and the
ifdef for x86_64 is broken (possibly I was testing and forgot about it)
so that has been compiling the pthread fallback atomics rather than the
native implementation.

Either grab the latest as of today or insert a CW_UNUSED(mutex) in
atomic.h around line 99 or so  - it doesn't need to be exact.
(See the changesets at http://www.callweaver.org/ if you are in
any doubt).

Mike

-- 
Mike Jagdis                        Web: http://www.eris-associates.co.uk
Eris Associates Limited            Tel: +44 7780 608 368
Reading, England                   Fax: +44 118 926 6974
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to