I just checked the last cvs version, and there's an error.

rtpp_util.c: In function 'rtpp_daemon':
rtpp_util.c:332: error: 'errno' undeclared (first use in this function)
rtpp_util.c:332: error: (Each undeclared identifier is reported only once
rtpp_util.c:332: error: for each function it appears in.)



in rtpp_util.h there's this define:

#if defined(HAVE_ERR_H)
#include <err.h>
#else
#include <errno.h>
#include <stdio.h>
#include <string.h>
#endif

Wich causes that I cannot compile rtpproxy in my system (Debian Lenny)
unless I add #include <errno.h> into rtpp_util.c

I don't know what is the right fix, but adding it to rtpp_util.c, works...
_______________________________________________
Users mailing list
Users@rtpproxy.org
http://lists.rtpproxy.org/mailman/listinfo/users

Reply via email to