On May 5, 2009, at 11:13 AM, Seby wrote:

Any good news?

Yes:

http://trac.webkit.org/changeset/43239

Sorry for the delay. Let us know if you have any more trouble!

-Adam
.

Are you using VC++ Express? If so, you might be running into this bug: https://bugs.webkit.org/show_bug.cgi?id=25308

I'll try to land a fix for that bug today.

-Adam

On Fri, May 1, 2009 at 10:30 PM, Seby <[email protected]> wrote:
Yes, That was the issue. I used the Cygwin SVN to download the source and tried to build webkit. It went up one more step further and failed. Here is the order of project directories created on my machine. Do you think i need to check in this order or as in the list which you sent me earlier?

1. JavaScriptCoreGenerated
2. record-memory-win
3. WTF
4. JavaScriptCore
5. QTMovieWin
6. WebCoreGenerated
7. WebCore
8. InterfacesGenerated
9. Interfaces
10. WebKit
11. WebKitGUID
12. FindSafari
13. testapi
14. jsc
15. WinLauncher
16. ImageDiff
17. TestNetscapePlugin
18. DumpRenderTree

The first one "JavaScriptCoreGenerated" without any errors.
JavaScriptCoreGenerated - 0 error(s), 0 warning(s

The second one "record-memory-win" failed. It looks like a path issue for PlatformSDK. From the below command lines i see the path "C:\Program Files\Microsoft Visual Studio 8\VC\\PlatformSDK \Include". While it is actually "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include". I've this path included in the VC++ > Tools > Options > Projects and Solutions > VC ++ Directories.

Can you please advice.





Command Lines
                
Creating temporary file "E:\Build\obj\record-memory-win\Release \RSP00000223282620.rsp" with contents
[
/O2 /GL /I "C:\Program Files\Microsoft Visual Studio 8\VC\ \PlatformSDK\Include" /I "C:\Program Files\Microsoft Visual Studio 8\VC\\Include" /D "_WIN32_WINNT=0x501" /D "_UNICODE" /D "UNICODE" / FD /EHsc /MD /Fo"E:\Build\obj\record-memory-win\Release\\" /Fd"E: \Build\obj\record-memory-win\Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP ".\main.cpp"
]
Creating command line "cl.exe @"E:\Build\obj\record-memory-win \Release\RSP00000223282620.rsp" /nologo /errorReport:queue"
Output Window
                
Compiling...
####### COMPILING 1 FILES USING AT MOST 4 PARALLEL INSTANCES OF cl.exe ###########
main.cpp
.\main.cpp(1) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
Results
                
Build log was saved at "file://E:\Build\obj\record-memory-win\Release\BuildLog.htm "
record-memory-win - 1 error(s), 0 warning(s)


_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to