I get latest webkit code and want to build wincairo. I got this error: ----------------------------------------------------------------------------
.\wtf\CurrentTime.cpp(59): fatal error C1083: Cannot open include file: 'glib.h': No such file or directory 6> PageAllocationAligned.cpp 6> PageBlock.cpp 6> ParallelJobsGeneric.cpp 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1354,5): warning MSB8012: TargetPath(D:\yusun\Webkit\WebKit\WebKitBuild\Release_WinCairo\bin32\preprocessor.lib) does not match the Library's OutputFile property value (D:\yusun\Webkit\WebKit\WebKitBuild\Release_WinCairo\lib32\preprocessor.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile). 6>..\wtf\gobject\GOwnPtr.cpp(24): fatal error C1083: Cannot open include file: 'gio/gio.h': No such file or directory 6> PrintStream.cpp 2> Tokenizer.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance 6>..\wtf\gobject\GRefPtr.cpp(24): fatal error C1083: Cannot open include file: 'glib-object.h': No such file or directory ---------------------------------------------------------------- Glib is needed for GTK, I am not sure why it's needed here. And seems WTF is also newly added. Is it needed for WinCario? I am new to webkit. Thanks for your help. -Yuting
_______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help