Hello list,

while building against the new release 1.12.11 i got the following error:

soatag_local_sdp_str_ref undeclared

After i revert the changes in /libsofia-sip-ua/soa/sofia-sip/soa_tag.h
from from 'soa:remove duplicate definitions' the build finished without
errors.

Maybe the wrong 'duplicate definitions' where removed.

--- a/libsofia-sip-ua/soa/sofia-sip/soa_tag.h
+++ b/libsofia-sip-ua/soa/sofia-sip/soa_tag.h

@@ -72,18 +72,6 @@ enum {
  * soa_get_params() or soa_get_paramlist()
  */

-#define SOATAG_LOCAL_SDP(x)  soatag_local_sdp, sdptag_session_v(x)
-SOFIAPUBVAR tag_typedef_t soatag_local_sdp;
-#define SOATAG_LOCAL_SDP_REF(x) \
-  soatag_local_sdp_ref, sdptag_session_vr(&(x))
-SOFIAPUBVAR tag_typedef_t soatag_local_sdp_ref;
-
-#define SOATAG_LOCAL_SDP_STR(x)  soatag_local_sdp_str, tag_str_v(x)
-SOFIAPUBVAR tag_typedef_t soatag_local_sdp_str;
-#define SOATAG_LOCAL_SDP_STR_REF(x) \
-  soatag_local_sdp_str_ref, tag_str_vr(&(x))
-SOFIAPUBVAR tag_typedef_t soatag_local_sdp_str_ref;
-
 #define SOATAG_USER_SDP(x)  soatag_user_sdp, sdptag_session_v(x)
 SOFIAPUBVAR tag_typedef_t soatag_user_sdp;
 #define SOATAG_USER_SDP_REF(x) \

Greets,
    eriK

_______________________________________________________
Registergericht / Court of jurisdiction: Amtsgericht Gießen HRB 5708
Geschäftsführer / Managing Director: Edith Thiesen, Jürgen Thiesen
USt.-Id: DE 175 623 789
Ust.-Nr: 018 246 00743 FA Fulda

Hauptsitz / Headquarters:
Thiesen Hardware & Software Design GmbH / Im Tiegel 9 / 36367 Wartenberg / 
Germany


------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to