[Freeswitch-dev] Notes about Windows build of svn 10088

jlenk at frontiernet.net jlenk at frontiernet.net
Tue Oct 21 11:43:24 EDT 2008


If you have an existing checkout/build you must manually modify apu.h  
from libs\apr-util\include with the modifications from apu.hw in  
svn10085

Attached patch for trivial warning in mod_xml_rpc

Also if you use mod_managed you must reswig.

Thanks,

Jeff


-------------- next part --------------
Index: mod_xml_rpc.c
===================================================================
--- mod_xml_rpc.c	(revision 10088)
+++ mod_xml_rpc.c	(working copy)
@@ -714,7 +714,6 @@
 		val = xmlrpc_build_value(envP, "s", "ERROR!");
 	}
 
-  done:
 	/* xmlrpc-c requires us to free memory it malloced from xmlrpc_decompose_value */
 	switch_safe_free(command);
 	switch_safe_free(arg);


More information about the Freeswitch-dev mailing list