Can not generate v8_version.lib on Windows

136 views
Skip to first unread message

Dongbo

unread,
Feb 8, 2017, 5:10:42 AM2/8/17
to v8-users
On windows, with gn args is_debug=false v8_static_library=true v8_use_external_startup_data=false
I got the following error when building v8 via 'ninja -C xxx'
 
C:\Reference\v8\v8>ninja -C out/x64.release
ninja: Entering directory `out/x64.release'
[3/429] LINK mksnapshot.exe mksnapshot.exe.pdb
FAILED: mksnapshot.exe mksnapshot.exe.pdb
C:/Reference/depot_tools/python276_bin/python.exe ../../build/toolchain/win/tool
_wrapper.py link-wrapper environment.x64 False link.exe /nologo /OUT:./mksnapsho
t.exe /PDB:./mksnapshot.exe.pdb @./mksnapshot.exe.rsp
LINK : fatal error LNK1181: cannot open input file 'obj/v8_version.lib'
ninja: build stopped: subcommand failed.

Then I tried to build v8_version.lib independently: 

C:\Reference\v8\v8>ninja -C out/x64.release v8_version
ninja: Entering directory `out/x64.release'
[1/1] LIB obj/v8_version.lib

Oddly, nothing was created. ??

Anybody encountered a similar problem?

Jochen Eisinger

unread,
Feb 9, 2017, 9:02:04 AM2/9/17
to v8-users

--
--
v8-users mailing list
v8-u...@googlegroups.com
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 v8-users+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages