Hi, While linking WebKit, compiler complaints that JavaScriptCore.lib was created with an older compiler. But I found that JavaScriptCore.lib is just created ...~ Anybody know anything wrong in my compile option, thx? $ ./build-webkit Checking mod-date of WebKitSupportLibrary.zip... Current WebKitSupportLibrary is up to date Building results into: /home/mike/WebKit/WebKitBuild WEBKITOUTPUTDIR is set to: C:\cygwin\home\mike\WebKit\WebKitBuild WEBKITLIBRARIESDIR is set to: C:\cygwin\home\mike\WebKit\WebKitLibraries\win /cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/IDE/devenv.com win\W ebKit.vcproj\WebKit.sln /build Release Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. : : : : ------ Build started: Project: WebKit, Configuration: Release Win32 ------ Performing Pre-Build Event... cl : Command line warning D9040 : ignoring option '/analyze'; Code Analysis warn ings are not available in this edition of the compiler tmp.cpp 找不到檔案 - * 複製 0 個檔案 Linking... fatal error C1047: The object or library file 'C:\cygwin\home\mike\WebKit\WebKit Build\lib\JavaScriptCore.lib' was created with an older compiler than other obje cts; rebuild old objects and libraries LINK : fatal error LNK1257: code generation failed Project : warning PRJ0018 : The following environment variables were not found: $(BuildBot) Build log was saved at "file://C:\cygwin\home\mike\WebKit\WebKitBuild\obj\WebKit \Release\BuildLog.htm" WebKit - 1 error(s), 1 warning(s) Mark Rowe-4 wrote:
On 04/08/2007, at 1:58 AM, Adam Roben wrote:
On Aug 3, 2007, at 1:14 AM, OYO wrote:
Compiling... pcre_compile.c ..\..\pcre\pcre_compile.c : error C2220: warning treated as error - no 'object' file generated ..\..\pcre\pcre_compile.c : warning C4819: The file contains a character that cannot be represented in the current code page (950). Save the file in Unicode format to prevent data loss
I've never seen this error before. However, I think most everyone who has built WebKit on Windows so far has done so on an English system. It's too bad MSVC doesn't tell us which character it's complaining about! Have you tried doing what it suggests and saving the file in "Unicode format"?
I tracked down and removed the character it was complaining about in <http://trac.webkit.org/projects/webkit/changeset/24849
. Please update to r24849 or newer and try building again.
- Mark
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
-- View this message in context: http://www.nabble.com/Compile-error-under-VC2005-tf4211200.html#a11994732 Sent from the Webkit mailing list archive at Nabble.com.