Hi, On Jun 10, 2011, at 3:53 PM, Barsan Liviu wrote:
> Hello Saul, > > This is what I was trying actually, but I receive the following errors: > > mediaproxy/interfaces/system/_conntrack.c:132: warning: implicit declaration > of function âPy_VISITâ > mediaproxy/interfaces/system/_conntrack.c:132: error: âForwardingRuleâ has no > member named âdictâ > mediaproxy/interfaces/system/_conntrack.c: In function âForwardingRule_clearâ: > mediaproxy/interfaces/system/_conntrack.c:140: warning: implicit declaration > of function âPy_CLEARâ > mediaproxy/interfaces/system/_conntrack.c:140: error: âForwardingRuleâ has no > member named âdictâ > mediaproxy/interfaces/system/_conntrack.c: At top level: > mediaproxy/interfaces/system/_conntrack.c:145: error: expected â=â, â,â, â;â, > âasmâ or â__attribute__â before â*â token > mediaproxy/interfaces/system/_conntrack.c: In function > âForwardingRule_deallocâ: > mediaproxy/interfaces/system/_conntrack.c:180: warning: implicit declaration > of function âPyObject_GC_UnTrackâ > mediaproxy/interfaces/system/_conntrack.c:183: error: âForwardingRuleâ has no > member named âis_activeâ > mediaproxy/interfaces/system/_conntrack.c:184: error: âForwardingRuleâ has no > member named âconntrackâ > mediaproxy/interfaces/system/_conntrack.c:186: error: > âPy_BEGIN_ALLOW_THREADSâ undeclared (first use in this function) > mediaproxy/interfaces/system/_conntrack.c:186: error: (Each undeclared > identifier is reported only once > mediaproxy/interfaces/system/_conntrack.c:186: error: for each function it > appears in.) > mediaproxy/interfaces/system/_conntrack.c:187: error: expected â;â before > âct_handleâ > mediaproxy/interfaces/system/_conntrack.c:189: error: âForwardingRuleâ has no > member named âconntrackâ > mediaproxy/interfaces/system/_conntrack.c:192: error: âPy_END_ALLOW_THREADSâ > undeclared (first use in this function) > mediaproxy/interfaces/system/_conntrack.c:193: error: expected â;â before â}â > token > mediaproxy/interfaces/system/_conntrack.c:194: error: âForwardingRuleâ has no > member named âconntrackâ > mediaproxy/interfaces/system/_conntrack.c:196: error: âForwardingRuleâ has no > member named âob_typeâ > mediaproxy/interfaces/system/_conntrack.c:196: error: âPyObjectâ undeclared > (first use in this function) > mediaproxy/interfaces/system/_conntrack.c:196: error: expected expression > before â)â token > mediaproxy/interfaces/system/_conntrack.c: At top level: > mediaproxy/interfaces/system/_conntrack.c:201: error: expected declaration > specifiers or â...â before âPyObjectâ > > And I think I'm near to give up this environment for SIP. I notice that > before I installed MediaProxy to Ubuntu 10.04 and at least the build and > install were running OK. > What Linux distribution are you using? This is a known issue which we are going to address, it has to do with an API change in the libraries we use for creating iptables conntrack rules. Regards, -- Saúl Ibarra Corretgé AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
