<div dir="ltr">a) Please file a JIRA to help track it.<div>b) Did you choose / do you want the stable branch?</div><div><br clear="all"><div><div dir="ltr"><span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:small">-Avi</span></div>

</div><br><div class="gmail_quote">On Thu, Mar 21, 2013 at 12:41 AM, Magnus Kelly <span dir="ltr">&lt;<a href="mailto:magnus.kelly@gmail.com" target="_blank">magnus.kelly@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello all,<br>
<br>
I am having issues with trying to build freeswitch with freedom support.<br>
<br>
Fresh Git pull as in &quot;git clone git://<a href="http://git.freeswitch.org/freeswitch.git" target="_blank">git.freeswitch.org/freeswitch.git</a>&quot;<br>
<br>
Output of relevant make install error as below<br>
<br>
Any thoughts on the potential issue?<br>
<br>
Thanks<br>
Magnus<br>
<br>
making install mod_freetdm<br>
 gcc -DPACKAGE_NAME=\&quot;freetdm\&quot; -DPACKAGE_TARNAME=\&quot;freetdm\&quot;<br>
-DPACKAGE_VERSION=\&quot;pre-alpha\&quot; &quot;-DPACKAGE_STRING=\&quot;freetdm pre-alpha\&quot;&quot;<br>
-DPACKAGE_BUGREPORT=\&quot;<a href="mailto:bugs@freeswitch.org">bugs@freeswitch.org</a>\&quot; -DPACKAGE=\&quot;libfreetdm\&quot;<br>
-DVERSION=\&quot;0.1\&quot; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1<br>
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1<br>
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1<br>
-DHAVE_DLFCN_H=1 -DDEBUG= -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1<br>
-DHAVE_NETDB_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_EXECINFO_H=1<br>
-DHAVE_GETHOSTBYNAME_R=1 -I. -I./src/include -I.<br>
-I/root/freeswitch/freeswitch/libs/freetdm/src/include<br>
-I/root/freeswitch/freeswitch/libs/freetdm/src/include/private<br>
-DFTDM_CONFIG_DIR=\&quot;/usr/local/freeswitch/conf\&quot;<br>
-DFTDM_MOD_DIR=\&quot;/usr/local/freeswitch/mod\&quot; -ffast-math -Wall -Werror<br>
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes<br>
-O0 -g -ggdb -DPACKAGE_NAME=\&quot;freetdm\&quot; -DPACKAGE_TARNAME=\&quot;freetdm\&quot;<br>
-DPACKAGE_VERSION=\&quot;pre-alpha\&quot; &quot;-DPACKAGE_STRING=\&quot;freetdm pre-alpha\&quot;&quot;<br>
-DPACKAGE_BUGREPORT=\&quot;<a href="mailto:bugs@freeswitch.org">bugs@freeswitch.org</a>\&quot; -DPACKAGE=\&quot;libfreetdm\&quot;<br>
-DVERSION=\&quot;0.1\&quot; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1<br>
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1<br>
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1<br>
-DHAVE_DLFCN_H=1 -DDEBUG= -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1<br>
-DHAVE_NETDB_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_EXECINFO_H=1<br>
-DHAVE_GETHOSTBYNAME_R=1 -D_GNU_SOURCE -g -O2 -DHAVE_ZLIB -MT<br>
ftmod_sangoma_ss7_la-ftmod_sangoma_ss7_support.lo -MD -MP -MF<br>
.deps/ftmod_sangoma_ss7_la-ftmod_sangoma_ss7_support.Tpo -c<br>
src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_support.c  -fPIC -DPIC -o<br>
.libs/ftmod_sangoma_ss7_la-ftmod_sangoma_ss7_support.o<br>
cc1: warnings being treated as errors<br>
src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_support.c: In function<br>
&#39;four_char_to_hex&#39;:<br>
src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_support.c:912: warning: &#39;d&#39;<br>
may be used uninitialized in this function<br>
src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_support.c:912: warning: &#39;b&#39;<br>
may be used uninitialized in this function<br>
src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_support.c:912: warning: &#39;a&#39;<br>
may be used uninitialized in this function<br>
src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_support.c:912: warning: &#39;c&#39;<br>
may be used uninitialized in this function<br>
make[6]: *** [ftmod_sangoma_ss7_la-ftmod_sangoma_ss7_support.lo] Error 1<br>
make[5]: *** [local_install] Error 2<br>
make[4]: *** [install] Error 1<br>
make[3]: *** [mod_freetdm-install] Error 1<br>
make[2]: *** [install-recursive] Error 1<br>
make[1]: *** [install-recursive] Error 1<br>
make: *** [install] Error 2<br>
<br>
<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
</blockquote></div><br></div></div>