[Freeswitch-users] Git Master missing header files
Andrew
aademattia at comcast.net
Sat Jul 19 17:09:37 MSD 2014
That fixed it thanks.
Andrew
From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Peter Olsson
Sent: Saturday, July 19, 2014 7:01 AM
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Git Master missing header files
Michael,
I just pushed a change (4df59b0) which should take care of this. I've tested to clone the repo when autocrlf is configured wrong, and it seems to work as expected!
I also pushed a few other changes to get the Windows build up and running again.
I still recommend to keep the autocrlf set to false - however, thish should improve the situation for new users.
/Peter
2014-07-18 16:50 GMT+02:00 Michael Jerris <mike at jerris.com <mailto:mike at jerris.com> >:
I think this is EXACTLY what we have needed the whole time. Peter, are you in the position to test this out and figure out exactly what is needed?
On Jul 18, 2014, at 3:12 AM, Peter Olsson <peter at olssononline.se <mailto:peter at olssononline.se> > wrote:
Michael,
Maybe this could work?
http://stackoverflow.com/questions/170961/whats-the-best-crlf-handling-strategy-with-git
2014-07-17 22:50 GMT+02:00 Michael Jerris <mike at jerris.com <mailto:mike at jerris.com> >:
I don't know of any way to do this on the repo side, does anyone else? I would love for this problem to just not exist.
On Jul 17, 2014, at 4:42 PM, Chris Tunbridge <blasterjr at gmail.com <mailto:blasterjr at gmail.com> > wrote:
just a note about sourcetree + autoclrf, according to this post, its based on your .gitconfig file either globally or on the repo itself
https://answers.atlassian.com/questions/41411/how-to-enforce-line-endings-on-commit-in-sourcetree
On Thu, Jul 17, 2014 at 2:27 PM, Michael Jerris <mike at jerris.com <mailto:mike at jerris.com> > wrote:
from earlier in the thread:
as far as how to fix this on other clients, you would need to refer to their documentation how to properly set autocrlf.
My guess is that you've hit the classic problem of autocrlf in git.
Some headers are auto generated, and that will fail if autocrlf is enabled.
Verify the instructions here: https://confluence.freeswitch.org/display/FREESWITCH/Windows
/Peter
On Jul 17, 2014, at 4:20 PM, Andrew <aademattia at comcast.net <mailto:aademattia at comcast.net> > wrote:
I am using SourceTree client. I looked on Wikipedia but the client link is a dead link.
Anyone have the steps to use Git to stop autocrlf issue?
Andrew
From: freeswitch-users-bounces at lists.freeswitch.org <mailto:freeswitch-users-bounces at lists.freeswitch.org> [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf OfMichael Jerris
Sent: Thursday, July 17, 2014 3:33 PM
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Git Master missing header files
Via the git url, yes. As Peter said, you are hitting the autocrlf issue.
On Jul 17, 2014, at 10:30 AM, Andrew < <mailto:aademattia at comcast.net> aademattia at comcast.net> wrote:
I downloaded 1.4 ( <http://files.freeswitch.org/> http://files.freeswitch.org/) I don’t have issues.
FS team added some code for me on a Jar and I wanted to try it out.
Any way to download master via url?
Andrew
From: <mailto:freeswitch-users-bounces at lists.freeswitch.org> freeswitch-users-bounces at lists.freeswitch.org [ <mailto:freeswitch-users-bounces at lists.freeswitch.org> mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Peter Olsson
Sent: Thursday, July 17, 2014 10:14 AM
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Git Master missing header files
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.
2014-07-17 16:03 GMT+02:00 Brian West < <mailto:brian at freeswitch.org> brian at freeswitch.org>:
Peter,
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. Thoughts?
On Thu, Jul 17, 2014 at 8:50 AM, Peter Olsson < <mailto:peter at olssononline.se> peter at olssononline.se> wrote:
My guess is that you've hit the classic problem of autocrlf in git.
Some headers are auto generated, and that will fail if autocrlf is enabled.
Verify the instructions here: <https://confluence.freeswitch.org/display/FREESWITCH/Windows> https://confluence.freeswitch.org/display/FREESWITCH/Windows
/Peter
2014-07-17 15:20 GMT+02:00 Andrew < <mailto:aademattia at comcast.net> aademattia at comcast.net>:
I am doing a fresh clone.
Here are the errors in visual studio 2013
Sofia_Features.h
#define SOFIA_SIP_VERSION "1.12.10devel
"
/** Current Sofia package name and version. @showinitializer */
#define SOFIA_SIP_NAME_VERSION "sofia-sip-1.12.10devel
"
Should be
#define SOFIA_SIP_VERSION "1.12.10devel"
/** Current Sofia package name and version. @showinitializer */
#define SOFIA_SIP_NAME_VERSION "sofia-sip-1.12.10devel"
Http_protos.h is blank.
http_tag.h is blank
msg_mime_protos.h is blank
msg_protos.h is blank
sip_hclasses.h is blank
sip_protos.h is blank
sip_tag.h is blank
su_source.h
win32_header package version and version have the “ on the next line
not a complete list of issue but it’s a lot.
From: <mailto:freeswitch-users-bounces at lists.freeswitch.org> freeswitch-users-bounces at lists.freeswitch.org [mailto: <mailto:freeswitch-users-bounces at lists.freeswitch.org> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Peter Olsson
Sent: Thursday, July 17, 2014 2:32 AM
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Git Master missing header files
What headers are supposed to be missing? Looks fine here...
/Peter
2014-07-17 3:56 GMT+02:00 Andrew < <mailto:aademattia at comcast.net> aademattia at comcast.net>:
Hi,
Today I downloaded master using git clone <https://stash.freeswitch.org/scm/fs/freeswitch.git> https://stash.freeswitch.org/scm/fs/freeswitch.git
And lot of the headers are missing.
Anyone know what I am doing wrong?
I am using github on windows.
Andrew
___
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<mailto:consulting at freeswitch.org> consulting at freeswitch.org
<http://www.freeswitchsolutions.com/> http://www.freeswitchsolutions.com
</>
Official FreeSWITCH Sites
<http://www.freeswitch.org/> http://www.freeswitch.org
<http://wiki.freeswitch.org/> http://wiki.freeswitch.org
<http://www.cluecon.com/> http://www.cluecon.com
FreeSWITCH-users mailing list
<mailto:FreeSWITCH-users at lists.freeswitch.org> FreeSWITCH-users at lists.freeswitch.org
<http://lists.freeswitch.org/mailman/listinfo/freeswitch-users> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http:// <http://lists.freeswitch.org/mailman/options/freeswitch-users> lists.freeswitch.org/mailman/options/freeswitch-users
<http://www.freeswitch.org/> http://www.freeswitch.org
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org <mailto:consulting at freeswitch.org>
http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
</>
Official FreeSWITCH Sites
http://www.freeswitch.org <http://www.freeswitch.org/>
http://wiki.freeswitch.org <http://wiki.freeswitch.org/>
http://www.cluecon.com <http://www.cluecon.com/>
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org <http://www.freeswitch.org/>
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org <mailto:consulting at freeswitch.org>
http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
</>
Official FreeSWITCH Sites
http://www.freeswitch.org <http://www.freeswitch.org/>
http://wiki.freeswitch.org <http://wiki.freeswitch.org/>
http://www.cluecon.com <http://www.cluecon.com/>
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org <http://www.freeswitch.org/>
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org <mailto:consulting at freeswitch.org>
http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
</>
Official FreeSWITCH Sites
http://www.freeswitch.org <http://www.freeswitch.org/>
http://wiki.freeswitch.org <http://wiki.freeswitch.org/>
http://www.cluecon.com <http://www.cluecon.com/>
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org <http://www.freeswitch.org/>
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org <mailto:consulting at freeswitch.org>
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://wiki.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org <mailto:consulting at freeswitch.org>
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://wiki.freeswitch.org
http://www.cluecon.com
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140719/b7d51e21/attachment-0001.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list