<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;">If anyone was having a seg on startup on master, I've pushed a fix that should help that too, i had seen reports of that on mac.<div><br></div><div>Mike</div><div><br><div><div>On Feb 5, 2014, at 1:37 PM, Mario G &lt;<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I added the openssl requirement to the 10.8 wiki page for now which also works for 10.9 except: for 10.9 remember to install Xcode 5 FIRST then the command line tools. DO NOT try to install CLT without Xcode first!&nbsp;Major wiki updates coming later.<div>Mario G<br><div><br><div><div>On Feb 5, 2014, at 5:58 AM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Try installing latest openssl using homebrew and rebuild from scratch using master, it should work fine.<div><br></div><div>Mike</div><div><br><div><div>On Feb 5, 2014, at 3:59 AM, Karel Goderis &lt;<a href="mailto:karel.goderis@me.com">karel.goderis@me.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>All</div><div><br></div><div>I am new to Freeswitch - I am not sure this is the right mailing list to post this message. Anyways, I followed the recipe/cookbook for Mac OS X 10.8 to get things going on my Mac OS X 10.9 Server edition mac mini, and it does not yield the expected results. ./bootstrap.sh and ./configure throw some warnings but they continue without problem. However, compiling freeswitch with make thereafter yields the following ungraceful exit / error message:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">/bin/sh ../libtool&nbsp; --tag=CC &nbsp; --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. &nbsp; &nbsp; -g -O2 -Wno-extended-offsetof -MT strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c -o strlcat.lo strlcat.c</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">libtool: compile:&nbsp; gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wno-extended-offsetof -MT strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c strlcat.c&nbsp; -fno-common -DPIC -o strlcat.o</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>strlcat.c:45:1: </b><span style="color: #c33720"><b>error: </b></span><b>expected parameter declarator</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">strlcat(char *dst, const char *src, size_t siz)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_string.h:111:44: note: </b>expanded from macro 'strlcat'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_common.h:39:62: note: </b>expanded from macro '__darwin_obsz'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL &gt; 1 ? 1 : 0)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_common.h:30:32: note: </b>expanded from macro '_USE_FORTIFY_LEVEL'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">#&nbsp; &nbsp; define _USE_FORTIFY_LEVEL 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>strlcat.c:45:1: </b><span style="color: #c33720"><b>error: </b></span><b>expected ')'</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_string.h:111:44: note: </b>expanded from macro 'strlcat'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_common.h:39:62: note: </b>expanded from macro '__darwin_obsz'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL &gt; 1 ? 1 : 0)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_common.h:30:32: note: </b>expanded from macro '_USE_FORTIFY_LEVEL'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">#&nbsp; &nbsp; define _USE_FORTIFY_LEVEL 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>strlcat.c:45:1: note: </b>to match this '('</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_string.h:111:44: note: </b>expanded from macro 'strlcat'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_common.h:39:53: note: </b>expanded from macro '__darwin_obsz'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL &gt; 1 ? 1 : 0)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>strlcat.c:45:1: </b><span style="color: #d53bd3"><b>warning: </b></span><b>type specifier missing, defaults to 'int' [-Wimplicit-int]</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">strlcat(char *dst, const char *src, size_t siz)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_string.h:111:44: note: </b>expanded from macro 'strlcat'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~~~~~~~</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_common.h:39:31: note: </b>expanded from macro '__darwin_obsz'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL &gt; 1 ? 1 : 0)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~~~~~~~~</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>strlcat.c:45:1: </b><span style="color: #c33720"><b>error: </b></span><b>conflicting types for '__builtin___strlcat_chk'</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_string.h:111:3: note: </b>expanded from macro 'strlcat'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>strlcat.c:45:1: note: </b>'__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_string.h:111:3: note: </b>expanded from macro 'strlcat'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>strlcat.c:45:1: </b><span style="color: #c33720"><b>error: </b></span><b>definition of builtin function '__builtin___strlcat_chk'</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">strlcat(char *dst, const char *src, size_t siz)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><b>/usr/include/secure/_string.h:111:3: note: </b>expanded from macro 'strlcat'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(52, 189, 38);"><b>&nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">1 warning and 4 errors generated.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">make[4]: *** [strlcat.lo] Error 1</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">make[3]: *** [all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">make[2]: *** [all-recursive] Error 1</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">make[1]: *** [all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">make: *** [libs/libedit/src/.libs/libedit.a] Error 2</div></div><div><br></div><div><br></div><div><br></div><div>I tried the same with the latest snapshot build, but there "make" does not even start, e.g. If I remember well ./configure is bitching about some problem with openssl.</div><div><br></div><div>Any help is appreciated...</div><div><br></div><div>Thanks</div><div>Karel</div><div><br></div><br>
<br></div>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com/">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></div>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>http://www.cudatel.com<br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></div></div>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>http://www.freeswitchsolutions.com<br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>http://www.cudatel.com<br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>