Thanks Mario,<div>Changing the string.h file seemed to do the trick. I still need to test it, but it at least loaded without errors. Will keep posted if anything doesn&#39;t work.</div><div><br></div><div><br></div><div>Peter<br>
<br><div class="gmail_quote">On Fri, Sep 24, 2010 at 11:30 AM, Mario <span dir="ltr">&lt;<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
This may help someone install FS (git version) on osx 10.6.4 as of Sep<br>
2010. Once you have downloaded (I used git):<br>
<br>
1. Modify modules.conf to comment mod_spandsp. I think this is only for<br>
fax. Although I downloaded SPANDSP 0.0.6, it required LIBTIFF which I<br>
could not figure out how to install. No fax for now.<br>
<br>
2. cp /usr/include/string.h /freeswitch/libs/flite-1.3.99/include<br>
This is what is causing flite to fail during make. See these:<br>
<a href="http://lists.berlios.de/pipermail/festlang-talk/2008-June/001043.html" target="_blank">http://lists.berlios.de/pipermail/festlang-talk/2008-June/001043.html</a><br>
<a href="http://www.clas.ufl.edu/users/mpanning/OSX.html" target="_blank">http://www.clas.ufl.edu/users/mpanning/OSX.html</a><br>
<br>
3. CD to /freeswitch/libs/flite-1.3.99/include<br>
<br>
4. chmod +rw+rw+rw string.h<br>
So you can update the file.<br>
<br>
5. Edit (in xCode) string.h, find &quot;swab&quot; and change line:<br>
void swab(const void * __restrict, void * __restrict, ssize_t);<br>
               to (comment the line):<br>
/*void swab(const void * __restrict, void * __restrict, ssize_t);*/<br>
<br>
6. CD /freeswitch<br>
7. Follow normal install instructions (bootstrap, config).<br>
8. MAKE<br>
9. SUDO MAKE INSTALL   &lt;- SUDO was required for this<br>
<br>
I tested on one phone and the demo IVR worked so I am thinking it is ok.<br>
<div><div></div><div class="h5"><br>
On 09/24/10 10:09, Brian West wrote:<br>
&gt; Don&#39;t build mod_flite on 10.5 for right now... or get the patch off jira and apply it.. i haven&#39;t had time to reroll it.<br>
&gt;<br>
&gt; /b<br>
&gt;<br>
&gt; On Sep 24, 2010, at 11:41 AM, Mario wrote:<br>
&gt;<br>
&gt;&gt; I am in the same boat, new to FreeSwitch, setup first on an old Linux<br>
&gt;&gt; box (going pretty well), with plans to go Mac Mini. I tried to install<br>
&gt;&gt; on OSX and first got the MOD_SPANDSP missing issue. Since I could not<br>
&gt;&gt; find a way to install that on OSX I took it out of the modules.conf to<br>
&gt;&gt; see how far I would get, thinking it&#39;s only for fax? But then I got the<br>
&gt;&gt; same error for flite you have below. Hopefully someone here may have<br>
&gt;&gt; already been through this and will shed some light on it. I am working<br>
&gt;&gt; on it right now and if I find anything I will post.<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>&quot;People should not be afraid of their governments, governments should be afraid of their people.&quot; -V-<br>
</div>