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

jlenk at frontiernet.net jlenk at frontiernet.net
Tue Oct 21 14:50:52 EDT 2008


Confirmed - fresh checkout is good!

Also attached is a minor patch to the solution file which corrects  
first time build order/download issues.

Jeff

Quoting Michael Jerris <mike at jerris.com>:

> Merged that patch, can you confirm that the apu.h issue is an issue
> only on update builds, that it works on a fresh checkout?
>
> Mike
>
> On Oct 21, 2008, at 11:43 AM, jlenk at frontiernet.net wrote:
>
>> 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
>>
>>
>> <mod_xml_rpc.patch>_______________________________________________
>> Freeswitch-dev mailing list
>> Freeswitch-dev at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
>> http://www.freeswitch.org
>
>
> _______________________________________________
> Freeswitch-dev mailing list
> Freeswitch-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org
>


-------------- next part --------------
Index: Freeswitch.2008.sln
===================================================================
--- Freeswitch.2008.sln	(revision 10092)
+++ Freeswitch.2008.sln	(working copy)
@@ -916,6 +916,9 @@
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flite", "libs\win32\flite\flite.2008.vcproj", "{0AD1177E-1FD8-4643-9391-431467A11084}"
+	ProjectSection(ProjectDependencies) = postProject
+		{D5D2BF72-29FE-4982-A9FA-82FDD086DB1B} = {D5D2BF72-29FE-4982-A9FA-82FDD086DB1B}
+	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_flite", "src\mod\asr_tts\mod_flite\mod_flite.2008.vcproj", "{66444AEE-554C-11DD-A9F0-8C5D56D89593}"
 	ProjectSection(ProjectDependencies) = postProject
@@ -954,6 +957,9 @@
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libs\win32\libogg\libogg.2008.vcproj", "{0FEEAEC6-4399-4C46-B7DB-62ECE80D15B4}"
+	ProjectSection(ProjectDependencies) = postProject
+		{D5D2BF72-29FE-4982-A9FA-82AB1086DB1B} = {D5D2BF72-29FE-4982-A9FA-82AB1086DB1B}
+	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_snom", "src\mod\applications\mod_snom\mod_snom.2008.vcproj", "{2A3D00C6-588D-4E86-81AC-9EF5EDE86E03}"
 	ProjectSection(ProjectDependencies) = postProject


More information about the Freeswitch-dev mailing list