Bug 116086
| Summary: | WebKitExportGenerator.cpp compiled error | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | andy <icrackme> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Critical | CC: | bfulgham, roger_fong |
| Priority: | P5 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
andy
6>------ 已启动生成: 项目: WebKitExportGenerator, 配置: Production Win32 ------
6>正在执行预生成事件...
6>/usr/bin/bash
6>Preparing generator output directory...
6>Clearing old definition file...
6>找不到(can not find) C:\cygwin\home\WebKit\WebKitBuild\Production\obj\WebKitExportGenerator\WebKitExports.def
6>找不到(can not find) C:\cygwin\home\WebKit\WebKitBuild\Production\bin\WebKitExportGenerator.exe
6>/usr/bin/bash
6>Generating export definitions
6>系统找不到指定的路径。(The system can not find the path specified)
6>Wrote output to C:\cygwin\home\WebKit\WebKitBuild\Production/obj/WebKitExportGenerator/DerivedSources/WebKitExportGenerator.cpp
6>正在编译...(Being compiled)
6>WebKitExportGenerator.cpp
6>..\..\..\..\WebKitBuild\Production\obj\WebKitExportGenerator\DerivedSources\WebKitExportGenerator.cpp(5) : fatal error C1083: 无法打开包括文件:“cxxabi.h”: No such file or directory
6>项目 : warning PRJ0018 : 未找到下列环境变量:(Not found the following environment variables)
6>$(ENABLE_UNDO_MANAGER)
My system is windows xp,and webkit is WebKit-r149932.tar.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** Bug 116087 has been marked as a duplicate of this bug. ***
Brent Fulgham
The "cxxabi.h" file is part of the Visual Studio compiler environment. It sounds as though you do not have all the proper environment settings configured to build.
Brent Fulgham
We no longer use WebKitExportGenerator, so this issue is no longer relevant (and hopefully, no longer an issue for the original reporter).