-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Duplicate base names kills build on older versions of Visual Studio #3356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, this needs to be fixed. Can you send a PR? |
johnhaley81
pushed a commit
to nodegit/libgit2
that referenced
this issue
Aug 5, 2015
With Visual Studio versions 2008 and older they ignore the full path to files and only check the basename of the file to find a collision. Additionally, having duplicate basenames can break other build tools like GYP. This fixes libgit2#3356
👍 I was fixing this on |
You're awesome. Both would be amazing. ✨ |
Cool! You'll have them later today. :D |
johnhaley81
pushed a commit
to nodegit/libgit2
that referenced
this issue
Aug 5, 2015
With Visual Studio versions 2008 and older they ignore the full path to files and only check the basename of the file to find a collision. Additionally, having duplicate basenames can break other build tools like GYP. This fixes libgit2#3356
johnhaley81
pushed a commit
to nodegit/libgit2
that referenced
this issue
Aug 5, 2015
With Visual Studio versions 2008 and older they ignore the full path to files and only check the basename of the file to find a collision. Additionally, having duplicate basenames can break other build tools like GYP. This fixes libgit2#3356
johnhaley81
pushed a commit
to nodegit/libgit2
that referenced
this issue
Aug 5, 2015
With Visual Studio versions 2008 and older they ignore the full path to files and only check the basename of the file to find a collision. Additionally, having duplicate basenames can break other build tools like GYP. This fixes libgit2#3356
johnhaley81
pushed a commit
to nodegit/libgit2
that referenced
this issue
Aug 5, 2015
With Visual Studio versions 2008 and older they ignore the full path to files and only check the basename of the file to find a collision. Additionally, having duplicate basenames can break other build tools like GYP. This fixes libgit2#3356
Thanks @ethomson! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So Visual Studio 2008 and before will ignore the base-names of files. We've seen this before in #330. This is something you guys might not really want to worry about since it is an older version of VS but it does however break toolchains like GYP.
The files in question are:
The text was updated successfully, but these errors were encountered: