> Have you tried doing a clean build (i.e., deleting your > WebKitBuild directory and building again)?
Yes, testkjs still fails during linking. Maybe something wrong with the LIBPATH? Creating temporary file "D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\RSP0000 122956264.rsp" with contents [ /Od /I "D:\projects\WebKit\WebKitBuild\include" /I "D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\Debug\DerivedSources\ \" /I "../../" /I "../../os-win32/" /I "../../pcre/" /I "../../kjs/" /I "../../wtf/" /I "D:\projects\WebKit\WebKitLibraries\win\include\icu" /I "../../../icu/include" /I "D:\projects\WebKit\WebKitLibraries\win\include" /D "_CRT_SECURE_NO_DEPRECATE" /D "WIN32" /D "_UNICODE" /D "UNICODE" /Gm /RTC1 /MD /Fo"D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\\" /Fd"D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\vc80 .pdb" /W4 /WX /c /Wp64 /Zi /TP /wd4127 /wd4355 /wd4510 /wd4512 /wd4610 /wd4706 /wd4800 /wd4996 ..\..\kjs\testkjs.cpp ] Creating command line "cl.exe @D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\RSP0000 122956264.rsp /nologo /errorReport:prompt" Creating temporary file "D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\TMP0000 132956264.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ "..\\..\\..\\WebKitBuild\\obj\\JavaScriptCore\\testkjs\\Debug\\testkjs_d ebug.exe.embed.manifest" ] Creating command line "rc.exe /fo"..\..\..\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\testkjs_debug. exe.embed.manifest.res" D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\TMP00001 32956264.tmp" Creating temporary file "D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\RSP0000 142956264.rsp" with contents [ /OUT:"D:\projects\WebKit\WebKitBuild\bin\testkjs_debug.exe" /INCREMENTAL /LIBPATH:"D:\projects\WebKit\WebKitBuild\lib" /LIBPATH:"D:\projects\WebKit\WebKitLibraries\win\lib" /LIBPATH:"..\..\..\icu\lib" /MANIFEST /MANIFESTFILE:"D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs \Debug\testkjs_debug.exe.intermediate.manifest" /DELAYLOAD:"icuuc36.dll" /DELAYLOAD:"pthreadVC2.dll" /DEBUG /PDB:"d:\projects\webkit\webkitbuild\bin\testkjs_debug.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 JavaScriptCore_debug.lib WTF_debug.lib icuuc.lib winmm.lib pthreadVC2.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib DelayImp.lib "..\..\..\webkitbuild\obj\javascriptcore\testkjs\debug\testkjs.obj" "..\..\..\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\testkjs_debug.exe .embed.manifest.res" ] Creating command line "link.exe @D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\RSP0000 142956264.rsp /NOLOGO /ERRORREPORT:PROMPT" There are also two warnings about environment variables not found: $(AnalyzeWithLargeStack} and $(BuildBot} To what should I set them? Jochen. Master Bit GmbH Kloster Arnsburg, 35423 Lich, Deutschland, Geschäftsführer: Manfred Hill und Thomas Müller, Registergericht: Amtsgericht Gießen HRB 3182 http://www.masterbit.com _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

