编译firefox出现的问题

a10875836 2012-02-13 08:48:56
用vs2008/windows SDK7.0/DXSDK_Jun10./mozilla-build
编译过程中出现这个问题尚未解决,求高手指点~~~~
{
.../gfx/thebes/gfxWindowsPlatform.cpp(485) : error C2065: 'gfxDWriteFont' : undeclared identifier
...
}
...全文
138 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
sstower 2012-03-17
  • 打赏
  • 举报
回复
编译过了么
a10875836 2012-02-15
  • 打赏
  • 举报
回复
有这个头文件!
ouyh12345 2012-02-14
  • 打赏
  • 举报
回复
undeclared identifier
符号没声明
是否包含了头文件?如果头文件在某个条件编译块里,是否加上了相应预编译选项?
程序员小迷 2012-02-14
  • 打赏
  • 举报
回复
gfxDWriteFont符号所在的头文件被包含了么?
a10875836 2012-02-13
  • 打赏
  • 举报
回复
--dsiable-angle加了这个配置也不好用啊~~~
delphiwcdj 2012-02-13
  • 打赏
  • 举报
回复
'gfxDWriteFont' : undeclared identifier 没有定义这个标识符
[Quote=引用 1 楼 superly 的回复:]
似乎是配置参数问题:
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……
[/Quote]
SuperLy 2012-02-13
  • 打赏
  • 举报
回复
似乎是配置参数问题:

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.

3,881

社区成员

发帖
与我相关
我的任务
社区描述
C/C++ 其它技术问题
社区管理员
  • 其它技术问题社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧