Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2021889
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类: C/C++

2011-12-27 15:22:47

  1. Reference
    1. Installing the Developer Tools

    2. windows上webkit的编译过程

  2. Debug
    1. Installa Safari, and then copy all files under "C:\Program Files\Common Files\Apple\Apple Application Support" to binary directory of WebKit project, such as "D:\WebKit\WebKitBuild\Debug\bin"
    2. To verify the browser you built works, just to click "WinLauncher.exe" to see if a new browser is launched and a new url can be loaded (the url must contains schema, such as http://)
    3. Click D:\WebKit\Source\WebKit\win\WebKit.vcproj\WebKit.sln to open WebKit project, the project entry is "WinLauncher::_tWinMain", then you can debug WebKit step by step.
  3. Issue
    1. Issue:
      WebCore.lib(CSSParser.obj) : error LNK2019: unresolved external symbol "public: int __thiscall WebCore::CSSParser::lex(void)" (?lex@CSSParser@WebCore@@QAEHXZ) referenced in function "public: int __thiscall WebCore::CSSParser::lex(void *)" (?lex@CSSParser@WebCore@@QAEHPAX@Z)
      8>D:\WebKit\out\Debug\bin\WebKit.dll : fatal error LNK1120: 1 unresolved externals

      Solution:
      Install flex


阅读(1494) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~