Comment #4 on issue 2069 by [email protected]: building v8 shared_library
http://code.google.com/p/v8/issues/detail?id=2069

I've tried with rev 11956. The "all" build doesn't work on my system. It builds nothing. I've tried "v8" subproject debug and release. This works with:

third_party\python_26\python build/gyp_v8 -Dcomponent=shared_library -G msvs_version=2010

But a few other subprojectes doesn't compile/links correct:

v8_nosnapshot.lib(experimental-libraries.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in mksnapshot.obj Creating library ../..\build\Release\lib\mksnapshot.lib and object ../..\build\Release\lib\mksnapshot.exp LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library ../..\build\Release\mksnapshot.exe : fatal error LNK1319: 116 mismatches detected

and


test-cpu-profiler.obj : warning LNK4217: locally defined symbol ?GetUid@CpuProfile@v8@@QBEIXZ (public: unsigned int __thiscall v8::CpuProfile::GetUid(void)const ) imported in function "void __cdecl TestDeleteCpuProfile(void)" (?TestDeleteCpuProfile@@YAXXZ) test-cpu-profiler.obj : warning LNK4217: locally defined symbol ?GetProfilesCount@CpuProfiler@v8@@SAHXZ (public: static int __cdecl v8::CpuProfiler::GetProfilesCount(void)) imported in function "void __cdecl TestDeleteCpuProfile(void)" (?TestDeleteCpuProfile@@YAXXZ) ../..\build\Release\cctest.exe : fatal error LNK1319: 116 mismatches detected



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to