Hello, By the way, my previous Email about local changes I made to "lib-sofia-sip-ua/sip/sofia-sip/sip_header.h" and "lib-sofia-sip-ua/su/sofia-sip/su_config.h" was not entirely accurate. I added the following lines to each of these two files:
#if defined(_cplusplus) # define __attribute__(x) #endif By the way, if you would like me check-in/check-out the local changes I made, then let me know. Otherwise, I am quite content to give you any changes I make in detail via the mailing list, so that you can modify the stack appropriately. Best Regards, Jerry -----Original Message----- From: Sent: Monday, April 16, 2007 11:40 AM To: '[email protected]' Subject: Modifications For linux-mips Platform (w/C++ UA) Hello All, Well, I have successfully ported the SIP signaling portion (i.e. registration and basic incoming/outgoing call, excluding audio/SDP) on my MIPS 4KEC embedded platform using Sofia-SIP. Below, I have listed my local changes to sofia-sip-1.12.4 in order to make it work for me. 1) configure: Manually changed line to #undef SU_HAVE_IN6 (instead of #define SU_HAVE_IN6) 2) lib-sofia-sip-ua/bnf.c: Moved buf declaration outside #ifdef SU_HAVE_IN6 3) lib-sofia-sip-ua/sip/sip_pref_util.c: Patched (strtod_patch.dat) per Pekka Pessi because our stdlib has no strtod() 4) lib-sofia-sip-ua/sip/sofia-sip/sip_header.h: Forced __attribute__() to be undefined for __cplusplus 5) lib-sofia-sip-ua/su/su_port.c: Added #define __CYGWIN__ 1 6) lib-sofia-sip-ua/su/sofia-sip/su_config.h: Forced __attribute__() to be undefined for __cplusplus Hopefully these changes can be incorporated into a future release? Thanks, Jerry ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
