Hi,
I am using gyp build command to build Visual Studio projects for V8,
as first stage of updating my V8 engines, e.g. :
third_party\python_26\python build/gyp_v8 -D target_arch=x64
Today I run the command and failed with recursive python error.
-------------------------------------------------------------
parent_dict = _GetPathDict(root, parent)
File "C:\C\v8\build\gyp\pylib\gyp\generator\msvs.py", line 1459, in
_GetPathDict
parent_dict = _GetPathDict(root, parent)
File "C:\C\v8\build\gyp\pylib\gyp\generator\msvs.py", line 1459, in
_GetPathDict
parent_dict = _GetPathDict(root, parent)
File "C:\C\v8\build\gyp\pylib\gyp\generator\msvs.py", line 1458, in
_GetPathDict
parent, folder = os.path.split(path)
File "C:\C\v8\third_party\python_26\lib\ntpath.py", line 170, in split
d, p = splitdrive(p)
File "C:\C\v8\third_party\python_26\lib\ntpath.py", line 125, in
splitdrive
if p[1:2] == ':':
RuntimeError: maximum recursion depth exceeded in cmp
-------------------------------------------------------------
Observed with SVN at revision 18476
http://v8.googlecode.com/svn/trunk
Do we have any chance to be repaired soon ? (< 1 week)
...Or better to try to read this "retro" scripts and figure out
the new feature that makes the command fail ? ;-)
It looks like something stupid is broken googling with
pathnames...
thanks in advance for any reccomendation or changes
from someone that already invested time on this bug,
Ale.
--
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.