Hi Ricky,

Just for your information the build instruction documentation for Windows 
out of date. 

I understand you are using "set GYP_GENERATORS=ninja" as mentioned in the 
document. Which will not guarantee generating Visual studio files. 

You can set "set GYP_GENERATORS=msvs-ninja" if you want to use gyp to 
define the dependencies of project along with visual studio for build 
process.

Or alternatively you can use "set GYP_GENERATORS=msvs" for native windows 
compilation which will define all dependencies VC++ way(dependency project).

Hope this may help you to generate the project files. 

Thanks
Elangovan

On Thursday, July 7, 2016 at 9:42:57 PM UTC+5:30, Riccardo Corsi wrote:
>
> Hi all,
>
> I've been following all the instructions to build V8 on Windows from here:
> https://github.com/v8/v8/wiki/Building%20with%20Gyp#visual-studio
>
> only replacing the instruction
>
>> python build\gyp_v8
>
>
> with 
>
>> python gypfiles\gyp_v8
>
>
> as the former file does not exist in the repository anymore. 
>
> After running this command I cannot find any generated solution for Visual 
> Studio (All.sln).
> I don't get any error, but the sln file is not generated.
>
> Any hints?
> Thanks, 
> Ricky
>
>
>
>
>

-- 
-- 
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.

Reply via email to