Re: [webkit-dev] Problem with building WebKit

2009-05-07 Thread Seby
Sorry to confuse you.. The buildlog.htm for WebCore showed the below line: e:\cygwin\home\seby\webkit\webcore\svg\SVGElement.h(29) : fatal error C1083: Cannot open include file: 'SVGNames.h': No such file or directory SVGResourceMarker.cpp I meant that the SVGElement.h is there, but i dont see

Re: [webkit-dev] Problem with building WebKit

2009-05-07 Thread Seby
Adam, I can see the 'SVGResourceMarker.cpp' , svgattrs.in, svgtags.in inside the appropriate locations, but could not find SVGNames.h and SVGNames.cpp files. I'm trying once more w/ removing the build directory, update-webkit and then build-webkit. I'll get back to you.. Thank You, Seby

Re: [webkit-dev] Problem with building WebKit

2009-05-07 Thread Seby
could not find any. What would be the issue? Do you want me to try anything else or any logs..etc.. Seby. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Problem with building WebKit

2009-05-07 Thread Seby
Here is it: WebCoreGenerated BuildLog.htm: http://gist.github.com/108249 WebCore BuildLog.htm: http://gist.github.com/108251 ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Problem with building WebKit

2009-05-07 Thread Seby
Adam, But i see that there were lot of perl command executed just above this one w/out any errors. For eg: perl -I /home/Seby/WebKit/WebCore/bindings/scripts /home/Seby/WebKit/WebCore/bindings/scripts/generate-bindings.pl --include dom --include html --include css --include page --include xml

Re: [webkit-dev] Problem with building WebKit

2009-05-06 Thread Seby
Hello Adam, I tried to build WebKit using the latest version and I see that the JavaScriptCoreGenerated without errors other than the xcopy error: Output Window Performing Makefile project actions xcopy /y/d/e/i ..\..\..\WebKitLibraries\win\tools E:\cygwin\home\Seby\WebKit\WebKitLibraries\win

Re: [webkit-dev] Problem with building WebKit

2009-05-05 Thread Seby
Good Morning Adam, Any good news? Best, Seby. 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 seby.fran...@gmail.com wrote: Yes

Re: [webkit-dev] Problem with building WebKit

2009-05-03 Thread Seby
Adam, Can you give me a clue/hint on what/where i'm doing wrong? Thanks, Seby. On Fri, May 1, 2009 at 10:30 PM, Seby seby.fran...@gmail.com 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

[webkit-dev] Problem with building WebKit

2009-05-01 Thread Seby
| findstr D9040 if ERRORLEVEL 1 (set EnablePREfast=true) else (set EnablePREfast=false) if ERRORLEVEL 1 (set AnalyzeWithLargeStack=/analyze:65536) else (set AnalyzeWithLargeStack=) mkdir 2NUL E:\Build\include\_javascript_Core\_javascript_Core xcopy /y /d E:\cygwin\home\Seby\WebKit\WebKi