Attached are several patches to fix build issues on multiple platforms.
Mike
New patches:
[add config.h include
[EMAIL PROTECTED] {
hunk ./libsofia-sip-ua/su/su_wait.c 37
+
+#include "config.h"
}
[add nua_registrar.c to dsp files
[EMAIL PROTECTED] {
hunk ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp 674
+
+SOURCE="..\..\libsofia-sip-ua\nua\nua_registrar.c"
+# End Source File
+# Begin Source File
hunk ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp 662
+
+SOURCE="..\..\libsofia-sip-ua\nua\nua_registrar.c"
+# End Source File
+# Begin Source File
}
[BSD build fix, you need _XOPEN_SOURCE for ipv6 defs
[EMAIL PROTECTED] {
hunk ./libsofia-sip-ua-glib/su-glib/su_source.c 40
-#define _XOPEN_SOURCE (500)
+#define _XOPEN_SOURCE (600)
}
[fix build on OpenBSD and NetBSD due to missing errno defs
[EMAIL PROTECTED] {
hunk ./libsofia-sip-ua/su/sofia-sip/su_errno.h 61
-#if defined(__APPLE_CC__)
+#if defined(__APPLE_CC__) || defined(__OpenBSD__) || defined(__NetBSD__)
}
Context:
[Non-static inlines in implementation files confuse VC6 with static builds.
Kai Vehmanen <[EMAIL PROTECTED]>**20061003132640]
[Added sip_options_static to the workspace.
Kai Vehmanen <[EMAIL PROTECTED]>**20061003132044]
[nua: moved documentation from nua.c/nua.docs towards the implementation.
[EMAIL PROTECTED]
[nua: using nua_stack_set_handle_special() to set handle flags and special
event.
[EMAIL PROTECTED]
[nua_stack_process_register(): moved to nua_registrar.c.
[EMAIL PROTECTED]
[nua_stack.c: using nutag_with when responding to incoming REGISTER.
[EMAIL PROTECTED]
[nua: added NUTAG_WITH(), NUTAG_WITH_THIS(), NUTAG_WITH_SAVED().
[EMAIL PROTECTED]
[sofia-sip/nua.h: re-assigned nua_i_none.
[EMAIL PROTECTED]
[register fix
[EMAIL PROTECTED]
[more register nua handling
[EMAIL PROTECTED]
[initial register nua handling
[EMAIL PROTECTED]
[sofia.am, msg/Makefile.am: fixed distclean.
[EMAIL PROTECTED]
[su_wait.h: using #if SU_HAVE_POLL in consistent manner
[EMAIL PROTECTED]
[RELEASE, configure.ac: preparing for next release.
[EMAIL PROTECTED]
[nua: removed unupported smime hooks
[EMAIL PROTECTED]
[fix gcc4 warnings under -Wall
[EMAIL PROTECTED]
[su_source.c: use SU_WAIT_MAX/SU_WAIT_MIN (synch with su_port using epoll).
[EMAIL PROTECTED]
[su: initial support for epoll in su_root_t/su_port_t.
[EMAIL PROTECTED]
[TAG rel-sofia-sip-1_12_3
[EMAIL PROTECTED]
[RELEASE, configure.ac: release 1.12.3.
[EMAIL PROTECTED]
[Updated make manpages with utils/Doxyfile.build.in.
[EMAIL PROTECTED]
[Fixed manpages build.
[EMAIL PROTECTED]
[Fixed built-files and clean-built-files targets.
[EMAIL PROTECTED]
]
[configure.ac, win32/Makefile.am: including win32/config.h.in in dist.
[EMAIL PROTECTED]
[nua_stack.c: not adding all tags twice to request message.
[EMAIL PROTECTED]
[strtoull(): doxyfied document.
[EMAIL PROTECTED]
[removed OSX specific code from su_wait.c
[EMAIL PROTECTED]
[restructured RunLoop functionality in su_osx_runloop.c
[EMAIL PROTECTED]
[removed OSX specific parts from su_wait.h
[EMAIL PROTECTED]
[Fixed help usage of stunc tool.
[EMAIL PROTECTED]
[Fixed typo in su-glib/Makefile.am.
[EMAIL PROTECTED]
[Included nua_glib_marshal.list in the dist package. Do not include the
generated nua_glib_marshal.[ch] files anymore.
[EMAIL PROTECTED]
[Added some missing files to dist.
[EMAIL PROTECTED]
[su_os_nw.c: API cleanup continued for *_remove_*().
[EMAIL PROTECTED]
[su_os_nw.[ch]: new su_root_remove_network_changed()
[EMAIL PROTECTED]
Removed first parameter (su_root_t) as it is useless.
]
[sac-su2.m4: --enable-corefoundation turns me on
[EMAIL PROTECTED]
[references to SU_USE_OSX_CF_API -> s/USE/HAVE/
[EMAIL PROTECTED]
[su/Makefile.am: OSX related files optionalized
[EMAIL PROTECTED]
[added test torture_su_root_osx.c
[EMAIL PROTECTED]
[su_wait.c has now OSX CoreFoundation specific waits implemented
[EMAIL PROTECTED]
[updated su_os_nw.c as recommended by Brian West
[EMAIL PROTECTED]
[su_wait.h has now OSX CoreFoundation specific event support
[EMAIL PROTECTED]
[added su_osx_runloop.[ch]
[EMAIL PROTECTED]
[su_configure.in has now define for OSX specific run looping
[EMAIL PROTECTED]
[updated Makefile.am to contain su_osx_runloop.[ch]
[EMAIL PROTECTED]
[configure.ac, RELEASE, Doxyfile.aliases: prepare for next release.
[EMAIL PROTECTED]
[TAG rel-sofia-sip-1_12_2-2
[EMAIL PROTECTED]
Patch bundle hash:
f207b0e566cacf211f9ec92d7f87d08ac66714f2
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel