<div class="gmail_quote">On Sat, May 17, 2008 at 12:29 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is a requirement if you&#39;re following trunk:<br>
<br>
svn update<br>
make sofia-reconf current vm-sync<br>
<br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank"></a></blockquote></div><br>Hi Guys,<br>I&#39;m a quiet supporter of the FS project and have been watching it from the sidelines for a while. Haven&#39;t had the chance to play much with it other than it being installed on a spare laptop to just getting used to it. We are an australian based business-grade telephony company and have built a proprietary softswitch platform built over a commercial SDK, although I&#39;m considering replacing that with a FOSS based switch capable of carrier-grade stability, which I believe FS is going to be in less than a years time, although I do know that some of you are currently driving loads of mins over it already. So well done and all the best for the future :)<br>
<br>Now, just about this particular email, I am not a developer but have basic familiarity with Unix and Windows dev environments. For some reason despite my having done as per Brian&#39;s tips above, I keep getting an error in having the latest FS trunk to compile with the following error: <br>
<i><br>[FSLappy:/usr/src/freeswitch]# make sofia-reconf current vm-sync<br>cd libs/sofia-sip &amp;&amp; make clean<br>make[1]: Entering directory `/usr/src/freeswitch/libs/sofia-sip&#39;<br>Making clean in tests<br>make[2]: Entering directory `/usr/src/freeswitch/libs/sofia-sip/tests&#39;<br>
&nbsp;cd .. &amp;&amp; /bin/sh /usr/src/freeswitch/libs/sofia-sip/missing --run automake-1.9 --gnu&nbsp; tests/Makefile<br>tests/Makefile.am: required file `./compile&#39; not found<br>make[2]: *** [Makefile.in] Error 1<br>make[2]: Leaving directory `/usr/src/freeswitch/libs/sofia-sip/tests&#39;<br>
make[1]: *** [clean-recursive] Error 1<br>make[1]: Leaving directory `/usr/src/freeswitch/libs/sofia-sip&#39;<br>make: *** [sofia-reconf] Error 2<br></i><br>I know I&#39;m a moron, so....HELP? :D<br>