Re: [v8-users] Re: Building V8 on Windows with Visual Studio 2017

2018-07-09 Thread Mike Moening
Also the *v8_base.lib* or any other .lib files we not created.

-- 
-- 
v8-users mailing list
v8-users@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [v8-users] Re: Building V8 on Windows with Visual Studio 2017

2018-07-09 Thread Mike Moening
At the very end of the build I received this error:

*C:\Dev\common\v8>ninja -C out.gn/x64.release*
*ninja: Entering directory `out.gn/x64.release'*
*[1/7] LINK cctest.exe cctest.exe.pdb*
*FAILED: cctest.exe cctest.exe.pdb*
*ninja -t msvc -e environment.x64 -- 
../../third_party/llvm-build/Release+Asserts/bin/lld-link.exe /nologo 
/OUT:./cctest.exe /PDB:.*
*/cctest.exe.pdb @./cctest.exe.rsp 
../../third_party/llvm-build/Release+Asserts/bin\lld-link.exe: error: 
: undefined symbol: mainCRTStartup*
*ninja: build stopped: subcommand failed.*

Looks like the tests are broken somehow...
Any ideas?

-- 
-- 
v8-users mailing list
v8-users@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [v8-users] Re: Building V8 on Windows with Visual Studio 2017

2018-07-09 Thread Mike Moening
I didn't see you post until now.
I solved the issue running this:

C:\Dev\common\v8\tools\clang\scripts>*python.bat update.py*

Which brought down all the bin files I needed into *third_party/llvm-build* 
and now it's compiling!
>
>

-- 
-- 
v8-users mailing list
v8-users@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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.