我正在尝试在我的项目中使用 V8。所以我使用python build\gyp_v8 -Dtarget_arch=ia32 -Dcomponent=shared_library
. 我在 Debug and Release 下构建了它,并将它包含在 Debug 中。但我得到例如:
icuuc.lib(ucnv2022.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MDd_DynamicRelease' does not match value 'MDd_DynamicDebug' in Whitedrop.obj [C:\OgreSDK\Projects\whi tedrop\build_win32\Whitedrop.vcxproj]
编辑: MSVC 抛出几个这样的警告:
Warning 81 warning D9025: overriding '/MDd' with '/MD' C:\ChromeV8\v8\tools\gyp\cl v8_base