Hi All,
I just noticed that in the latest revision r110541, these errors are fixed in the same way discussed below. So, someone must have fixed this in later revision. Sorry for spamming L Regs, Rahaman From: M Rahaman [mailto:[email protected]] Sent: Tuesday, March 13, 2012 11:54 AM To: [email protected] Subject: Windows build issue with r110420 Hi All, I am facing Windows build issue with r110420 for some files, the errors are as mentioned below \RenderThemeSafari.cpp(43) : fatal error C1083: Cannot open include file: 'RetainPtr.h': source\webcore\platform\graphics\win\UniscribeController.h(32) : fatal error C1083: Cannot open include file: 'Vector.h': I found that these are WTF headers & are present inside ./Debug/include/private/JavaScriptCore/wtf/RetainPtr.h In all the files, where the problem is reported are including the header files as "RetainPtr.h" where from the above include path, it should be "wtf/RetainPtr.h" => this is how in most of the files the header file is included. Therefore, I think this is a valid issue. If anyone can please comment on this, I can submit a patch for this. BTW, after changing the include file as mentioned, my build went through. Regs, Rahaman
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

