I did a fresh checkout of v8 and built it with gn using: gn gen out.gn/x64.debug --args='is_debug=true target_cpu="x64" v8_enable_inspector=true v8_use_snapshot=false'
The build completed and I had 4 .dylib files, but no .a files. When I try to link against just the dylib files, I get: undefiend symbol: "v8::platform::CreateDefaultPlatform(int)" What am I doing wrong? Thanks. --Zac -- -- 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.
