<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Recent code uses automake. The rules are in there:<div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 13px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">:grep lib_LTLIBRARIES Makefile.am</div><div style="margin: 0px; font-size: 13px; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">lib_LTLIBRARIES = libfreeswitch.la</div><div class=""><br class=""></div><div style=""><blockquote type="cite" class=""><div class="">On Sep 1, 2015, at 3:39 PM, Sharath Kumar <<a href="mailto:shakumarsoftware@gmail.com" class="">shakumarsoftware@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Mike,</div><div class="">Thank you! I was migrating from FS 1.0.6 to 1.4.21 and the old one *had* the speex in the lib. I guess the latest doesn't use it. thanks for the clarification. I guess I will have to manually build speex for my embedded target and install it as a package.</div><div class=""><div class="">I am also confused about building the FS library i.e "<a href="http://libfreeswitch.la/" class="">libfreeswitch.la</a>". In the older FS, there is a Makefile.in that had rules to make the <a href="http://libfreeswitch.la/" class="">libfreeswitch.la</a>. I may not have looked hard enough but the newer one (Makefile.in) doesn't seem to have any rules to build <a href="http://libfreeswitch.la/" class="">libfreeswitch.la</a>. Am I completely mistaken ?</div><div class=""><br class=""></div><div class="">thank you,</div><div class="">Shaks </div><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Sep 1, 2015 at 10:38 AM, Michael Jerris <span dir="ltr" class=""><<a href="mailto:mike@jerris.com" target="_blank" class="">mike@jerris.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">There is no without-speex, as we use some speex functionality in the core. We use system packages for the speex library, as detected using pkg-config. I'm not sure how you could get an error building freeswitch that is attempting to build speex, as we do not build speex.<br class="">
<div class=""><div class="h5"><br class="">
<br class="">
> On Aug 31, 2015, at 4:52 PM, Sharath Kumar <<a href="mailto:shakumarsoftware@gmail.com" class="">shakumarsoftware@gmail.com</a>> wrote:<br class="">
><br class="">
> Hi,<br class="">
><br class="">
> I'm trying to cross-compile for an embedded target and building the latest production build from source but it fails trying to build speex.<br class="">
><br class="">
> I also noticed in the libs directory there is no speex folder, so I had to copy it from some other place.<br class="">
><br class="">
> How do I disable speex from compiling ? is it with --without-speex in the configure script ?<br class="">
><br class="">
> thanks,<br class="">
> Shaks<br class="">
</div></div>> _________________________________________________________________________<br class="">
<br class="">
<br class="">
_________________________________________________________________________<br class="">
Professional FreeSWITCH Consulting Services:<br class="">
<a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">
<a href="http://www.freeswitchsolutions.com/" rel="noreferrer" target="_blank" class="">http://www.freeswitchsolutions.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class="">
<a href="http://confluence.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://confluence.freeswitch.org</a><br class="">
<a href="http://www.cluecon.com/" rel="noreferrer" target="_blank" class="">http://www.cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="http://www.freeswitch.org/" rel="noreferrer" target="_blank" class="">http://www.freeswitch.org</a><br class="">
</blockquote></div><br class=""></div></div></div></div>
_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></div></body></html>