Hi, I am trying to build v8 with the inspector support. The v8 is linked as dll. On Windows 10, environment variable set for vs2015. Generator set to msvs. I fail at the gyp step when I try to generate solutions with inspector enabled (without the inspector everything is fine): >python gypfiles\gyp_v8 -Dtarget_arch=x64 -Dcomponent=shared_library -Dv8_enable_inspector=1 Updating projects from gyp files... gyp: Unable to find targets in build file D:\v8\test\debugger\debugger.gyp Is there an additional option I must use or any idea of what can the problem be?
Regards -- -- 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/d/optout.
