Hello,

On 11/24/06, Marnus van Niekerk <[EMAIL PROTECTED]> wrote:
>  I am trying to build the media-update branch on Suse 10 and get the
> following error while building sipXmediaLib
>
>  In file included from mp/MpBufPool.cpp:17:
>  ../include/mp/MpBuf.h:402:31: warning: no newline at end of file
>  mp/MpBufPool.cpp:36: error: a class-key must be used when declaring a
> friend
>  mp/MpBufPool.cpp:36: error: friend declaration does not name a class or
> function
>  make[3]: *** [libsipXmedia_la-MpBufPool.lo] Error 1
Try replace

    friend MpBufPool;

with

    friend class MpBufPool;


-- 
Regards,
Alexander Chemeris.
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to