编译firefox出现的问题
用vs2008/windows SDK7.0/DXSDK_Jun10./mozilla-build
编译过程中出现这个问题尚未解决,求高手指点~~~~
{
.../gfx/thebes/gfxWindowsPlatform.cpp(485) : error C2065: 'gfxDWriteFont' : undeclared identifier
...
}
[解决办法]
似乎是配置参数问题:
gfxDWriteFont is declared in gfxDWriteFonts.h.
This is included in gfxWindowsPlatform.h conditionally (on CAIRO_HAS_DWRITE_FONT), which likely means that your use of --dsiable-angle is causing this compile error.
[解决办法]
'gfxDWriteFont' : undeclared identifier 没有定义这个标识符