suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

infinite recursion in _GetPathDict when specifying full path (including drive letter) to build file for msvs #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run gyp with a path to a .gyp with a full path (e.g. d:\some\path\build.gyp)
2. Haven't tried other generators, but does happen with msvs

What is the expected output? What do you see instead?
Would expect this to work, but instead get an infinite recursion in
_GetPathDict -> ntpath.  The vcproj is generated fine, this occurs while
building the .sln

What version of the product are you using? On what operating system?
Detected on Windows 7, trying both Python 2.5 and Python 2.6.

Please provide any additional information below.
The same build file works fine when using a relative path instead.

Original issue reported on code.google.com by mcradd...@gmail.com on 26 Feb 2010 at 8:46

GoogleCodeExporter commented 9 years ago
This is also hitting us in libuv/node

Original comment by coldredl...@gmail.com on 6 Aug 2011 at 8:49