Hi There,

  Im following build instructions as provided in 'http://
code.google.com/p/v8/wiki/BuildingWithGYP' however when i do the make
on the root dir of v8 im getting following errors. any suggestions on
resolving this are very much appreciated.

$ make
build/gyp/gyp --generator-output="out" build/all.gyp \
              -Ibuild/standalone.gypi --depth=. -Dtarget_arch=ia32 \
              -S-ia32  -Dv8_can_use_vfp_instructions=true
Error: Missing input file ..\..\..\test\cctest\cctest.gyp
Error: Missing input file ..\..\..\test\cctest\log-eq-of-logging-and-
traversal.js
Error: Missing input file ..\..\..\test\cctest\..\..\tools
\logreader.js
Error: Missing input file ..\..\..\test\cctest\..\..\tools
\consarray.js
Error: Missing input file ..\..\..\test\cctest\..\..\tools
\csvparser.js
Error: Missing input file ..\..\..\test\cctest\..\..\tools
\splaytree.js
Error: Missing input file ..\..\..\test\cctest\..\..\tools\codemap.js
Error: Missing input file ..\..\..\test\cctest\..\..\tools\js2c.py
Error: Missing input file ..\..\..\test\cctest\..\..\tools
\profile_view.js
Error: Missing input file ..\..\..\test\cctest\..\..\tools\profile.js
Traceback (most recent call last):
  File "build/gyp/gyp", line 18, in <module>
    sys.exit(gyp.main(sys.argv[1:]))
  File "build/gyp/pylib/gyp/__init__.py", line 472, in main
    generator.GenerateOutput(flat_list, targets, data, params)
  File "build/gyp/pylib/gyp/generator/msvs.py", line 1730, in
GenerateOutput
    _GenerateProject(project, options, msvs_version)
  File "build/gyp/pylib/gyp/generator/msvs.py", line 837, in
_GenerateProject
    _GenerateMSVSProject(project, options, version)
  File "build/gyp/pylib/gyp/generator/msvs.py", line 898, in
_GenerateMSVSProject
    p.WriteIfChanged()
  File "build/gyp/pylib/gyp/MSVSProject.py", line 210, in
WriteIfChanged
    encoding="Windows-1252")
  File "build/gyp/pylib/gyp/easy_xml.py", line 127, in
WriteXmlIfChanged
    f = open(path, 'w')
IOError: [Errno 2] No such file or directory: '..\\..\\..\\test\\cctest
\\out\\test\\cctest\\resources-ia32.vcproj'
Makefile:214: recipe for target `out/Makefile-ia32' failed
make: *** [out/Makefile-ia32] Error 1


Thank you,
bala.

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to