<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=DE link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span lang=EN-US>Hi all,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>I just downloaded the newest trunk about 5
minutes ago and I got the following make error on Ubuntu 8.04:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-family:"Courier New"'>gcc -E
/usr/src/freeswitch/src/include/switch_cpp.h -DSWITCH_DECLARE_CLASS=
-DSWITCH_DECLARE\(x\)=x -DSWITCH_DECLARE_CONSTRUCTOR=
-DSWITCH_DECLARE_NONSTD\(x\)=x 2&gt;/dev/null | grep -v &quot;^#&quot; &gt;
src/include/switch_swigable_cpp.h<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-family:"Courier New"'>make
&quot;OUR_MODULES=$(if test -z &quot;&quot; ; then tmp_mods=&quot;$(grep -v
&quot;#&quot; /usr/src/freeswitch/modules.conf | sed -e &quot;s|^.*/||&quot; |
sort | uniq )&quot;; else tmp_mods=&quot;&quot; ; fi ; mods=&quot;$(for i in
$tmp_mods ; do echo $i-all ; done )&quot;; echo $mods )&quot;
&quot;OUR_CLEAN_MODULES=$(if test -z &quot;&quot; ; then tmp_mods=&quot;$(grep -v
&quot;#&quot; /usr/src/freeswitch/modules.conf | sed -e &quot;s|^.*/||&quot; |
sort | uniq )&quot;; else tmp_mods=&quot;&quot; ; fi ; mods=&quot;$(for i in
$tmp_mods ; do echo $i-clean ; done )&quot;; echo $mods )&quot;
&quot;OUR_INSTALL_MODULES=$(if test -z &quot;&quot; ; then
tmp_mods=&quot;$(grep -v &quot;#&quot; /usr/src/freeswitch/modules.conf | sed
-e &quot;s|^.*/||&quot; | sort | uniq )&quot;; else tmp_mods=&quot;&quot; ; fi
; mods=&quot;$(for i in $tmp_mods ; do echo $i-install ; done)&quot;; echo
$mods )&quot; &quot;OUR_UNINSTALL_MODULES=$(if test -z &quot;&quot; ; then tmp_mods=&quot;$(grep
-v &quot;#&quot; /usr/src/freeswitch/modules.conf | sed -e &quot;s|^.*/||&quot;
| sort | uniq )&quot;; else tmp_mods=&quot;&quot; ; fi ; mods=&quot;$(for i in
$tmp_mods ; do echo $i-uninstall ; done)&quot;; echo $mods )&quot;
&quot;OUR_DISABLED_MODULES=$(tmp_mods=&quot;$(grep &quot;#&quot; /usr/src/freeswitch/modules.conf
| grep -v &quot;##&quot; | sed -e &quot;s|^.*/||&quot; | sort | uniq )&quot;;
mods=&quot;$(for i in $tmp_mods ; do echo $i-all ; done )&quot;; echo $mods
)&quot; &quot;OUR_DISABLED_CLEAN_MODULES=$(tmp_mods=&quot;$(grep &quot;#&quot;
/usr/src/freeswitch/modules.conf | grep -v &quot;##&quot; | sed -e
&quot;s|^.*/||&quot; | sort | uniq )&quot;;&nbsp; mods=&quot;$(for i in $tmp_mods ;
do echo $i-clean ; done )&quot;; echo $mods )&quot;
&quot;OUR_DISABLED_INSTALL_MODULES=$(tmp_mods=&quot;$(grep &quot;#&quot;
/usr/src/freeswitch/modules.conf | grep -v &quot;##&quot; | sed -e
&quot;s|^.*/||&quot; | sort | uniq )&quot;; mods=&quot;$(for i in $tmp_mods ;
do echo $i-install ; done)&quot;; echo $mods )&quot; &quot;OUR_DISABLED_UNINSTALL_MODULES=$(tmp_mods=&quot;$(grep
&quot;#&quot; /usr/src/freeswitch/modules.conf | grep -v &quot;##&quot; | sed
-e &quot;s|^.*/||&quot; | sort | uniq )&quot;; mods=&quot;$(for i in $tmp_mods
; do echo $i-uninstall ; done)&quot;; echo $mods )&quot; `test -n &quot;&quot;
|| echo -s` all-recursive<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-family:"Courier New"'>mkdir
.libs<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-family:"Courier New"'>Compiling
src/switch_apr.c ...<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-family:"Courier New"'>cc1:
warnings being treated as errors<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-family:"Courier New"'>src/switch_apr.c:
In function 'switch_uuid_parse':<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-family:"Courier New"'>src/switch_apr.c:899:
warning: control reaches end of non-void function<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-family:"Courier New"'>make[1]:
*** [libfreeswitch_la-switch_apr.lo] Error 1<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-family:"Courier New"'>make: ***
[all] Error 2<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Regards, Klaus<o:p></o:p></span></p>

</div>

</body>

</html>