Hi,
I search on internet and added the following in the beginnng of the rtpp_notify.c, and the make gets through. Not sure if this change has any issue. #ifndef AF_LOCAL #define AF_LOCAL AF_UNIX #endif Thanks, Kevin From: [email protected] To: [email protected] Subject: compile rtpproxy on Solaris 10 issue Date: Fri, 23 Jul 2010 13:37:01 +0800 Hi All, When do the gmake on the Solaris 10 Sparc, got the error below, please suggest how to fix the issue. I'm doing the installation based on the latest rtpporxy version. if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized -g -O2 -MT rtpp_notify.o -MD -MP -MF ".deps/rtpp_notify.Tpo" -c -o rtpp_notify.o rtpp_notify.c; \ then mv -f ".deps/rtpp_notify.Tpo" ".deps/rtpp_notify.Po"; else rm -f ".deps/rtpp_notify.Tpo"; exit 1; fi rtpp_notify.c: In function `reconnect_timeout_handler': rtpp_notify.c:240: error: `AF_LOCAL' undeclared (first use in this function) rtpp_notify.c:240: error: (Each undeclared identifier is reported only once rtpp_notify.c:240: error: for each function it appears in.) gmake[1]: *** [rtpp_notify.o] Error 1 gmake[1]: Leaving directory `/opt/csw/src/rtpproxy' gmake: *** [all] Error 2 Thanks, Kevin 聊天+搜索+邮箱 想要轻松出游,手机MSN帮你搞定! 立刻下载!
_______________________________________________ Devel mailing list [email protected] http://lists.rtpproxy.org/mailman/listinfo/devel
