I specified "is_component_build=true" on 5.3-lkgr. I do get libv8.so, but I don't get libv8_libplatform.a or libv8_libbase.a. This is not a problem for me on Linux, since I could still build with gyp. But on Windows, I only seem to be able to build using gn now, and I need a way to generate the .lib files out of the .obj files under v8_base etc. Any suggestions?
On Thursday, September 22, 2016 at 1:04:48 AM UTC-7, Jochen Eisinger wrote: > > > > On Thu, Sep 22, 2016 at 1:22 AM Jane Chen <jxch...@gmail.com <javascript:>> > wrote: > >> Trying to build v8 5.3-lkgr with gn for embedding use. >> >> When I build with GYP, I need to set "-Dv8_use_external_startup_data=0". >> Is there an equivalent setting flag for gn? >> > > the equivalent gn setting is v8_use_external_startup_data = false > > >> Also if I build with gn and I need to link with libv8_libplatform.a, >> libv8_libbase.a etc, is there a flag to generate those static libs? >> >> > those should be generated automatically when compiling v8 > > >> Thanks! >> >> -- >> -- >> v8-users mailing list >> v8-u...@googlegroups.com <javascript:> >> 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 <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- -- 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.