<br><br><div class="gmail_quote">On Sun, Oct 23, 2011 at 10:08 PM, Cliff Wells <span dir="ltr"><<a href="mailto:cliff@develix.com" target="_blank">cliff@develix.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Sun, 2011-10-23 at 21:46 +0500, Abdul Basit wrote:<br>
> Cliff,<br>
><br>
><br>
> I faced the same issue. Please see your gcc version. Install gcc < 4.5<br>
> because they have changed something regarding paths.<br>
<br>
</div>I currently have gcc 4.4.5 installed.. I don't think 4.5 is available in<br>
the SL repo... is there any chance you are misremembering the versions?<br>
<br></blockquote><div><br></div><div>I tested on ubuntu server 11.10 after apt-get upgrade that installed gcc version 4.6.</div><div><br></div><div><a href="https://wiki.ubuntu.com/NattyNarwhal/ToolchainTransition">https://wiki.ubuntu.com/NattyNarwhal/ToolchainTransition</a></div>
<div><br></div><div>Please test downgrading the gcc version.</div><div><br></div><div>This is just a way around. If you get resolve the issue, just post the bug. </div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Also, this is the same version of gcc as on the working system. I'm<br>
doing "make sure" on the working system to see if compilation continues<br>
to work fine there.<br>
<br>
As far as I can tell, both systems are up-to-date with yum and both have<br>
git head. I'm going to do a diff on the output of rpm -qa to see if<br>
there's some variation in installed packages.<br>
<div><br>
> while using FS version 1.0.6 i faced switch.h problem and on git HEAD<br>
> i faced the same problem as yours.<br>
><br>
><br>
> I installed gcc-4.4 and compilation worked well. Also did you<br>
> follow ./bootstrap.sh and ./configure ?<br>
><br>
<br>
</div>Yes, I followed standard procedure: ./bootstrap.sh && ./configure &&<br>
make<br>
<br>
Regards,<br>
<font color="#888888">Cliff<br>
</font><div><div></div><div><br>
<br>
> --<br>
> regards,<br>
><br>
><br>
> Abdul Basit<br>
><br>
><br>
><br>
><br>
><br>
><br>
> On Sun, Oct 23, 2011 at 9:29 PM, Madovsky <<a href="mailto:infos@madovsky.org" target="_blank">infos@madovsky.org</a>> wrote:<br>
> did you try sh boostrap.sh before compile ?<br>
><br>
><br>
> ----- Original Message -----<br>
> From: "Cliff Wells" <<a href="mailto:cliff@develix.com" target="_blank">cliff@develix.com</a>><br>
> To: <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>
> Sent: Sunday, October 23, 2011 12:25 PM<br>
> Subject: [Freeswitch-users] Make error on Scientific Linux 6.1<br>
><br>
><br>
> > I've compiled FS on SL6.1 previously without issue. I'm<br>
> wondering how I<br>
> > can get more informative output so I can figure out if I'm<br>
> missing a<br>
> > dependency, have a conflicting library installed, or<br>
> whatever:<br>
> ><br>
> ><br>
> Compiling ../../../../libs/xmlrpc-c/lib/expat/xmltok/xmltok.c...<br>
> > Compiling<br>
> > /usr/local/src/freeswitch/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c...<br>
> > quiet_libtool: compile:<br>
> > gcc -w -I../../../../libs/xmlrpc-c/lib/expat/xmlparse<br>
> -I../../../../libs/xmlrpc-c/lib/expat/xmltok<br>
> > -I../../../../libs/xmlrpc-c<br>
> -I../../../../libs/xmlrpc-c/include<br>
> -I../../../../libs/xmlrpc-c/lib/abyss/src<br>
> > -I../../../../libs/xmlrpc-c/lib/util/include -D_THREAD<br>
> -D__EXTENSIONS__ -I/usr/local/src/freeswitch/src/include<br>
> > -I/usr/local/src/freeswitch/src/include<br>
> -I/usr/local/src/freeswitch/libs/libteletone/src<br>
> > -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1<br>
> -DHAVE_VISIBILITY=1<br>
> > -g -ggdb -DHAVE_OPENSSL -g -O2 -Wall -std=c99 -pedantic<br>
> -Wdeclaration-after-statement<br>
> > -D_GNU_SOURCE -DHAVE_CONFIG_H -c<br>
> > /usr/local/src/freeswitch/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c -fPIC<br>
> > -DPIC -o .libs/mod_xml_rpc.o<br>
> > quiet_libtool: compile:<br>
> > gcc -w -I../../../../libs/xmlrpc-c/lib/expat/xmlparse<br>
> -I../../../../libs/xmlrpc-c/lib/expat/xmltok<br>
> > -I../../../../libs/xmlrpc-c<br>
> -I../../../../libs/xmlrpc-c/include<br>
> -I../../../../libs/xmlrpc-c/lib/abyss/src<br>
> > -I../../../../libs/xmlrpc-c/lib/util/include -D_THREAD<br>
> -D__EXTENSIONS__ -I/usr/local/src/freeswitch/src/include<br>
> > -I/usr/local/src/freeswitch/src/include<br>
> -I/usr/local/src/freeswitch/libs/libteletone/src<br>
> > -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1<br>
> -DHAVE_VISIBILITY=1<br>
> > -g -ggdb -DHAVE_OPENSSL -g -O2 -Wall -std=c99 -pedantic<br>
> -Wdeclaration-after-statement<br>
> > -D_GNU_SOURCE -DHAVE_CONFIG_H -c<br>
> > /usr/local/src/freeswitch/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c -o<br>
> > mod_xml_rpc.o >/dev/null 2>&1<br>
> > Creating mod_xml_rpc.la...<br>
> > make[6]: Leaving directory<br>
> > `/usr/local/src/freeswitch/src/mod/xml_int/mod_xml_rpc'<br>
> > make[5]: Leaving directory<br>
> > `/usr/local/src/freeswitch/src/mod/xml_int/mod_xml_rpc'<br>
> > make[4]: Leaving directory<br>
> `/usr/local/src/freeswitch/src/mod'<br>
> > make[3]: Leaving directory `/usr/local/src/freeswitch/src'<br>
> > make[2]: *** [all-recursive] Error 1<br>
> > make[2]: Leaving directory `/usr/local/src/freeswitch'<br>
> > make[1]: *** [all] Error 2<br>
> > make[1]: Leaving directory `/usr/local/src/freeswitch'<br>
> > make: *** [current] Error 2<br>
> ><br>
> > Thanks for any suggestions.<br>
> ><br>
> > Cliff<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > FreeSWITCH-users mailing list<br>
> > <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
> ><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> ><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>
><br>
><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<br>
<br>
<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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"><div><br></div>-- <br><div>Regards,</div><br>Abdul Basit | <a href="tel:%2B92%2032%201416%204196" value="+923214164196" target="_blank">+92 32 1416 4196</a> | <a href="tel:%2B92%2030%200841%201445" value="+923008411445" target="_blank">+92 30 0841 1445</a><br>