Download了一个大牛写的mobile浏览器,iPhone Safari同一引擎WebKit的浏览器iSee
用的VC2008 IDE,编译到最后有这样一个错误“A tool returned an error code from "Performing Pre-Build Event..."”环境都配好了,请大虾们帮我解决一下,多谢。如果有人愿意 ,我可以把源码传过去,帮我看看,不胜感激。

解决方案 »

  1.   

    这是说明:(我都按要求配置过了,大家看看还有什么地方配的不对) PPC2003 and Windows compile: 1. Create system variable 'WEBKITISEEDIR=D:\WebKit.iSee' 2. Download cygwin, intall cygwin to 'D:\cygwin'. 3. Start VS2008, open 'iSee\iSee.project\iSee.sln'. 4. Select platform 'WIN32(Debug)' for windows; Select platform 'Pocket PC 2003(Release)' for Windows CE. 5. Build the project. 6. Create directory 'D:\iSeeBrowser'; 7. Copy 'iSee\iSee.project\iSee_EN.xml' to 'D:\iSeeBrowser\iSee.xml'. 8. Copy 'iSee\iSee.project\Pocket PC 2003 (ARMV4)\Release\iSee.exe' to 'D:\iSeeBrowser\iSee.exe'. 9. Copy any TTF font file to 'D:\iSeeBrowser\sunglobe.ttf'. 10.Copy directory 'D:\iSeeBrowser' to a PDA or PPC2003 emulator. 11.Run iSeeBrowser\iSee.exe. WIN32 Debug: 1. Copy 'iSee\iSee.project\iSee_EN.xml' to 'iSee\iSee.project\Debug\iSee.xml'. 2. Copy any TTF font file to 'iSee\iSee.project\Debug\sunglobe.ttf'. 3. Build and debug the project.