<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=utf-8"><meta name=Generator content="Microsoft Word 15 (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:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","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.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></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=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Ok,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I have found the link and downloaded another Git client and set autocrlf to false and check<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Like the website shows to do.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Same errors as before.  Would someone also try to download master and run VS 2013 ( I am guessing 2012 has the same issue) and see that most of the issues are in libsofia_sip_ua_static.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><a name="_MailEndCompose"><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Andrew<o:p></o:p></span></a></p><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>Chris Tunbridge<br><b>Sent:</b> Thursday, July 17, 2014 5:06 PM<br><b>To:</b> FreeSWITCH Users Help<br><b>Subject:</b> Re: [Freeswitch-users] Git Master missing header files<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>It wouldn't normally be on the repo side, you'll have to issue the following on the client side<br><br>Option 1: Set globally for GIT, works for everything that reads the ~/.gitconfig file<br><br>git config --global core.autocrlf true<br><br>Option 2: Set for only the specific repo.<br>git config core.autocrlf true<br><br><br><br><br>On Thu, Jul 17, 2014 at 2:50 PM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>&gt;<br>&gt; I don't know of any way to do this on the repo side, does anyone else? &nbsp;I would love for this problem to just not exist.<br>&gt;<br>&gt; On Jul 17, 2014, at 4:42 PM, Chris Tunbridge &lt;<a href="mailto:blasterjr@gmail.com">blasterjr@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; just a note about sourcetree + autoclrf, according to this post, its based on your .gitconfig file either globally or on the repo itself<br>&gt;<br>&gt; <a href="https://answers.atlassian.com/questions/41411/how-to-enforce-line-endings-on-commit-in-sourcetree">https://answers.atlassian.com/questions/41411/how-to-enforce-line-endings-on-commit-in-sourcetree</a><br>&gt;<br>&gt;<br>&gt; On Thu, Jul 17, 2014 at 2:27 PM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; from earlier in the thread:<br>&gt;&gt;<br>&gt;&gt; as far as how to fix this on other clients, you would need to refer to their documentation how to properly set autocrlf.<br>&gt;&gt;<br>&gt;&gt; My guess is that you've hit the classic problem of autocrlf in git.<br>&gt;&gt;<br>&gt;&gt; Some headers are auto generated, and that will fail if autocrlf is enabled.<br>&gt;&gt;<br>&gt;&gt; Verify the instructions here: <a href="https://confluence.freeswitch.org/display/FREESWITCH/Windows">https://confluence.freeswitch.org/display/FREESWITCH/Windows</a><br>&gt;&gt;<br>&gt;&gt; /Peter<br>&gt;&gt;<br>&gt;&gt; On Jul 17, 2014, at 4:20 PM, Andrew &lt;<a href="mailto:aademattia@comcast.net">aademattia@comcast.net</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; I am using SourceTree client. &nbsp;I looked on Wikipedia but the client link is a dead link.<br>&gt;&gt; &nbsp;<br>&gt;&gt; Anyone have the steps to use Git to stop autocrlf issue?<br>&gt;&gt; &nbsp;<br>&gt;&gt; Andrew<br>&gt;&gt; &nbsp;<br>&gt;&gt; From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf OfMichael Jerris<br>&gt;&gt;<br>&gt;&gt; Sent: Thursday, July 17, 2014 3:33 PM<br>&gt;&gt; To: FreeSWITCH Users Help<br>&gt;&gt; Subject: Re: [Freeswitch-users] Git Master missing header files<br>&gt;&gt; &nbsp;<br>&gt;&gt; Via the git url, yes. &nbsp;As Peter said, you are hitting the autocrlf issue.<br>&gt;&gt; &nbsp;<br>&gt;&gt; &nbsp;<br>&gt;&gt; On Jul 17, 2014, at 10:30 AM, Andrew &lt;<a href="mailto:aademattia@comcast.net">aademattia@comcast.net</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; I downloaded 1.4 (<a href="http://files.freeswitch.org/">http://files.freeswitch.org/</a>) I &nbsp;don’t have issues.<br>&gt;&gt; &nbsp;<br>&gt;&gt; FS team added some code for me on a Jar and I wanted to try it out.<br>&gt;&gt; Any way to download master via url?<br>&gt;&gt; &nbsp;<br>&gt;&gt; Andrew<br>&gt;&gt; &nbsp;<br>&gt;&gt; &nbsp;<br>&gt;&gt; From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Peter Olsson<br>&gt;&gt; Sent: Thursday, July 17, 2014 10:14 AM<br>&gt;&gt; To: FreeSWITCH Users Help<br>&gt;&gt; Subject: Re: [Freeswitch-users] Git Master missing header files<br>&gt;&gt; &nbsp;<br>&gt;&gt; If I remember correctly, Jeff was looking into it - but I'm not sure. Jeff (if you're around), could you please update the ticket? I'll help out to get is fixed as soon as possible. I've been kind of busy with work lately, but I should have some time next week to get that fixed.<br>&gt;&gt;<br>&gt;&gt; &nbsp;<br>&gt;&gt;<br>&gt;&gt; 2014-07-17 16:03 GMT+02:00 Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;:<br>&gt;&gt;<br>&gt;&gt; Peter,<br>&gt;&gt; &nbsp;<br>&gt;&gt; We need to address that OpenSSL JIRA on Windows, its not been updated from g to h, I think per the JIRA we need to come up with a better way to update that. &nbsp;Thoughts?<br>&gt;&gt;<br>&gt;&gt; &nbsp;<br>&gt;&gt;<br>&gt;&gt; On Thu, Jul 17, 2014 at 8:50 AM, Peter Olsson &lt;<a href="mailto:peter@olssononline.se">peter@olssononline.se</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; My guess is that you've hit the classic problem of autocrlf in git.<br>&gt;&gt; &nbsp;<br>&gt;&gt; Some headers are auto generated, and that will fail if autocrlf is enabled.<br>&gt;&gt; &nbsp;<br>&gt;&gt; Verify the instructions here: <a href="https://confluence.freeswitch.org/display/FREESWITCH/Windows">https://confluence.freeswitch.org/display/FREESWITCH/Windows</a><br>&gt;&gt; &nbsp;<br>&gt;&gt; /Peter<br>&gt;&gt;<br>&gt;&gt; &nbsp;<br>&gt;&gt;<br>&gt;&gt; 2014-07-17 15:20 GMT+02:00 Andrew &lt;<a href="mailto:aademattia@comcast.net">aademattia@comcast.net</a>&gt;:<br>&gt;&gt; &nbsp;<br>&gt;&gt;<br>&gt;&gt; I am doing a fresh clone.<br>&gt;&gt; Here are the errors in visual studio 2013<br>&gt;&gt; &nbsp;<br>&gt;&gt; Sofia_Features.h<br>&gt;&gt; &nbsp;<br>&gt;&gt; #define SOFIA_SIP_VERSION &nbsp;&quot;1.12.10devel<br>&gt;&gt; &quot;<br>&gt;&gt; /** Current Sofia package name and version. @showinitializer */<br>&gt;&gt; #define SOFIA_SIP_NAME_VERSION &nbsp; &quot;sofia-sip-1.12.10devel<br>&gt;&gt; &quot;<br>&gt;&gt; Should be<br>&gt;&gt; &nbsp;<br>&gt;&gt; #define SOFIA_SIP_VERSION &nbsp;&quot;1.12.10devel&quot;<br>&gt;&gt; /** Current Sofia package name and version. @showinitializer */<br>&gt;&gt; #define SOFIA_SIP_NAME_VERSION &nbsp; &quot;sofia-sip-1.12.10devel&quot;<br>&gt;&gt; &nbsp;<br>&gt;&gt; &nbsp;<br>&gt;&gt; Http_protos.h is blank.<br>&gt;&gt; http_tag.h is blank<br>&gt;&gt; msg_mime_protos.h is blank<br>&gt;&gt; msg_protos.h is blank<br>&gt;&gt; sip_hclasses.h is blank<br>&gt;&gt; sip_protos.h is blank<br>&gt;&gt; sip_tag.h is blank<br>&gt;&gt; su_source.h<br>&gt;&gt; &nbsp;<br>&gt;&gt; win32_header package version and version have the “ on the next line<br>&gt;&gt; &nbsp;<br>&gt;&gt; &nbsp;<br>&gt;&gt; not a complete list of issue but it’s a lot.<br>&gt;&gt; &nbsp;<br>&gt;&gt; From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Peter Olsson<br>&gt;&gt; Sent: Thursday, July 17, 2014 2:32 AM<br>&gt;&gt; To: FreeSWITCH Users Help<br>&gt;&gt; Subject: Re: [Freeswitch-users] Git Master missing header files<br>&gt;&gt; &nbsp;<br>&gt;&gt; What headers are supposed to be missing? Looks fine here...<br>&gt;&gt; &nbsp;<br>&gt;&gt; /Peter<br>&gt;&gt;<br>&gt;&gt; &nbsp;<br>&gt;&gt;<br>&gt;&gt; 2014-07-17 3:56 GMT+02:00 Andrew &lt;<a href="mailto:aademattia@comcast.net">aademattia@comcast.net</a>&gt;:<br>&gt;&gt;<br>&gt;&gt; &nbsp;<br>&gt;&gt; Hi,<br>&gt;&gt; Today I downloaded master using git clonehttps://<a href="http://stash.freeswitch.org/scm/fs/freeswitch.git">stash.freeswitch.org/scm/fs/freeswitch.git</a><br>&gt;&gt; And lot of the headers are missing.<br>&gt;&gt; Anyone know what I am doing wrong?<br>&gt;&gt; I am using github on windows.<br>&gt;&gt; &nbsp;<br>&gt;&gt; Andrew<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ___<br>&gt;&gt;<br>&gt;&gt; _________________________________________________________________________<br>&gt;&gt;<br>&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>&gt;&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt;&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>&gt;&gt;<br>&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>&gt;&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; _________________________________________________________________________<br>&gt;&gt; Professional FreeSWITCH Consulting Services:<br>&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>&gt;&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt;&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>&gt;&gt;<br>&gt;&gt; Official FreeSWITCH Sites<br>&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>&gt;&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;<br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>&gt;<br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>&gt;<br>&gt; Official FreeSWITCH Sites<br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>&gt;<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>&gt;<br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>&gt;<br>&gt; Official FreeSWITCH Sites<br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>&gt;<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;<o:p></o:p></p></div></div></body></html>