Hello, Sorry, my previous email was sent at the middle, do not know why. I have made some improvements that I like to share the findings, however it still does not build. Things I did: - Added Environment Variables for INCLUDE, PATH and LIB to Windows environment to match VC++ setting - Reading through google find out needed to change "WebKit\WebCore\css\makevalues.pl" file to fix a bug. (http://lists.macosforge.org/pipermail/webkit-unassigned/2009-May/109430.html) - Now the WebCore projects compiles with only 32 errors as opposed to 1000+ errors. Below is the files it can not find. I have run the webkit-update. Do you know why these files are missing and where can I get them?
MoveSelectionCommand.cpp c:\cygwin\usr\webkit\webcore\svg\SVGElement.h(29) : fatal error C1083: Cannot open include file: 'SVGNames.h': No such file or directory WMLNoopElement.cpp CSSStyleDeclaration.cpp Plugin.cpp ..\editing\DeleteButtonController.cpp(33) : fatal error C1083: Cannot open include file: 'CSSValueKeywords.h': No such file or directory HTMLInterchange.cpp CrossThreadCopier.cpp ..\bindings\js\JSNodeCustom.cpp(61) : fatal error C1083: Cannot open include file: 'JSSVGElementWrapperFactory.h': No such file or directory SQLResultSetRowList.cpp XMLNames.cpp c1xx : fatal error C1083: Cannot open source file: '..\..\webkitbuild\obj\webcore\derivedsources\XMLNames.cpp': No such file or directory JSElementCustom.cpp ..\bindings\js\JSElementCustom.cpp(44) : fatal error C1083: Cannot open include file: 'JSSVGElementWrapperFactory.h': No such file or directory SVGElementFactory.cpp c1xx : fatal error C1083: Cannot open source file: '..\..\webkitbuild\obj\webcore\derivedsources\SVGElementFactory.cpp': No such file or directory JSSVGElementWrapperFactory.cpp c1xx : fatal error C1083: Cannot open source file: '..\..\webkitbuild\obj\webcore\derivedsources\JSSVGElementWrapperFactory.cpp': No such file or directory XLinkNames.cpp c1xx : fatal error C1083: Cannot open source file: '..\..\webkitbuild\obj\webcore\derivedsources\XLinkNames.cpp': No such file or directory WMLElementFactory.cpp c1xx : fatal error C1083: Cannot open source file: '..\..\webkitbuild\obj\webcore\derivedsources\WMLElementFactory.cpp': No such file or directory Thanks and regards, Fred --- On Fri, 5/29/09, F S <[email protected]> wrote: From: F S <[email protected]> Subject: WebKit-Build To: [email protected] Date: Friday, May 29, 2009, 6:23 AM Hello all, I am new in Webkit development and I need your help. I am trying to build webkit with no success, I have spent quite some time reading google for possible hints and have seen many posts with many people having the same problem (some were posted a year or two ago) but have not seen any solution yet. I appreciate your help and looking forward to contribute as soon as I get my feet on the ground. Some background regarding my problem. - Problem I see when I build: Project : warning PRJ0018 : The following environment variables were not found: $(PRODUCTION) I have followed step by step the build instructions from (http://webkit.org/building/checkout.html). - I installed VC Express and I am able to build successfully from VC Express (sample code) - I visited useful link (http://blog.wrbsoftware.com/archive/2009/04/14/debugging-safari-on-windows.aspx). - I got the latest Webkit code and I placed it under C:\cygwin\usr\webkit It seems to me that I still am not seeing some undocumented steps and I am hoping you might be able to point me to a solution. Thank you very much. Regards Fred
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

