I&#39;ve found a solution file that creates the pcre_chartables.c source and compiled freeswitch from the latest git. The problem still remains, and it looks like it was brought up by somebody else here:<br><a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2010-October/063891.html">http://lists.freeswitch.org/pipermail/freeswitch-users/2010-October/063891.html</a><br>
<br><br><br><br><font face="Tahoma" size="2"><span style="font-size: 10pt;">Here are the build errors, in order of appearance:<br>

------ Build started: Project: libpcre, Configuration: Release Win32 ------<br>

  pcre_chartables.c<br>

c1 : fatal error C1083: Cannot open source file: &#39;pcre_chartables.c&#39;: No such file or directory<br>

(other files here compile ok)<br>

<br>

------ Build started: Project: FreeSwitchCoreLib, Configuration: Release Win32 ------<br>

  Generating switch_version.h<br>

  (stuff here goes ok)<br>

  Generating Code...<br>

LINK : fatal error LNK1181: cannot open input file &#39;E:\downloads\freeswitch-1.0.7\libs\win32\pcre\Win32\Release\libpcre.lib&#39;<br>

<br>

------ Build started: Project: mod_spidermonkey, Configuration: Release Win32 ------<br>

  mod_spidermonkey.c<br>

LINK : fatal error LNK1181: cannot open input file &#39;E:\downloads\freeswitch-1.0.7\Win32\Release\FreeSwitchCore.lib&#39;<br>

<br>

FreeSwitchCore link error repeats many times for other projects, too many to list. It doesn&#39;t build.<br>

<br>

------ Build started: Project: mod_managed, Configuration: Release_CLR Win32 ------<br>

  freeswitch_managed.cpp<br>

freeswitch_managed.cpp : fatal error C1192: #using failed on 
&#39;E:\downloads\freeswitch-1.0.7\Win32\Debug\mod\FreeSWITCH.Managed.dll&#39;<br>

          &#39;The system cannot find the path specified.&#39;<br>

  freeswitch_wrap.2010.cxx<br>

freeswitch_wrap.2010.cxx : fatal error C1192: #using failed on 
&#39;E:\downloads\freeswitch-1.0.7\Win32\Debug\mod\FreeSWITCH.Managed.dll&#39;<br>

          &#39;The system cannot find the path specified.&#39;<br>

  mod_managed.cpp<br>

mod_managed.cpp : fatal error C1192: #using failed on &#39;E:\downloads\freeswitch-1.0.7\Win32\Debug\mod\FreeSWITCH.Managed.dll&#39;<br>

          &#39;The system cannot find the path specified.&#39;<br>

  Generating Code...<br>

<br>

<br>

The code I downloaded was from <a href="http://latest.freeswitch.org">latest.freeswitch.org</a>, the tar.bz2 zip 
file. From the dependencies it looks like FreeSwitchCore depends on 
libpcre, so all this cascades from the missing pcre_chartables.c file. 
Can you send it to me?</span></font><br>