On 11/25/06, Marnus van Niekerk <[EMAIL PROTECTED]> wrote:
>  Still not building though, when was the last time this was built on linux?
Some time ago. :)
I develop mostly under Windows and does not check every change to be
compatible with Linux.

>  mp/MpdSipxPcma.cpp: In member function 'virtual int
> MpdSipxPcma::decode(const MpRtpBufPtr&, unsigned int, MpAudioSample*)':
>  mp/MpdSipxPcma.cpp:68: error: 'min' was not declared in this scope
Humm.. Looks like this macro is defined somewhere in system headers under
Visual Studio and not defined there under Linux. Report this to Tracker, please,
I'll look into a bit later. For now you could just
#define min(a, b) ((a)>(b)?(b):(a))
on the top of MpdSipxPcma.cpp.

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

Reply via email to