Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-23 Thread Eric Carlson


On Feb 22, 2009, at 12:18 AM, Frank Thomsen wrote:

I read that wiki page, as well as followed the guidelines beginning  
with http://webkit.org/building/tools.html to the lette. I had two  
colleagues do the same – same result. It was when I found the link  
included in the last mail that I finally got a breakthrough. There  
is just too much information missing in the “official” guidelines,  
I’m sorry to say. I would advice someone to rewrite it J


Regards
Frank

  The webkit.org pages are also in the source tree. *You* can fix any  
errors and/or omissions you find and submit patches for them.


eric___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-22 Thread Frank Thomsen
Hi Mital

I read that wiki page, as well as followed the guidelines beginning with 
http://webkit.org/building/tools.html to the lette. I had two colleagues do the 
same - same result. It was when I found the link included in the last mail that 
I finally got a breakthrough. There is just too much information missing in the 
"official" guidelines, I'm sorry to say. I would advice someone to rewrite it :)

Regards
Frank

From: Mital Vora [mailto:mital.d.v...@gmail.com]
Sent: 22. februar 2009 04:01
To: Frank Thomsen
Cc: Saumya; webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Webkit Building errors in VC++2005

hi,
It seems that u have not followed the instructions for building webkit in 
Windows.
refer http://trac.webkit.org/wiki/BuildingOnWindows

also check weather u have all the required packages for cygwin are installed 
properly. verify wiht the below list.
https://dev.mobileread.com/trac/webkitbrowser/browser/trunk/WebKit-r30377/WebKitTools/CygwinDownloader/cygwin-downloader.py?rev=3

Regeards,

Mital Vora.

On Sat, Feb 21, 2009 at 10:26 PM, Frank Thomsen 
mailto:f...@trifork.com>> wrote:

Hi



I ran into the exact same problem (amongst a lot of others); The guideline on 
webkit.org<http://webkit.org> it far from helpful. So I dug through the net and 
found the following two pages. Hopefully they can be of some assistance. Pay 
close(!) attention to the first - a lot of good hints!



http://www.masonchang.com/2009/01/better-know-virtual-machine.html

http://lists.macosforge.org/pipermail/webkit-dev/2008-May.txt



Regards, Frank



From: 
webkit-dev-boun...@lists.webkit.org<mailto:webkit-dev-boun...@lists.webkit.org> 
[mailto:webkit-dev-boun...@lists.webkit.org<mailto:webkit-dev-boun...@lists.webkit.org>]
 On Behalf Of Saumya
Sent: 21. februar 2009 17:49
To: webkit-dev@lists.webkit.org<mailto:webkit-dev@lists.webkit.org>
Subject: [webkit-dev] Webkit Building errors in VC++2005



Hi
I tried to build webkit in VC++ 2005.. I was about to solve the earlier problem 
but now  when i debug an error says that 'Error1Error result 1 returned 
from 'C:\WINDOWS\system32\cmd.exe'. i have also edited the embed manifest in 
the manifest tool in configuration properties in each project  to No but still 
the error is there...
build log is listed below...

Creating temporary file 
"C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat"
 with contents





[





@echo off










set PATH=%SystemDrive%\cygwin\bin;%PATH%















if exist "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed" grep 
XXImageDiffXX "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed"










if errorlevel 1 exit 1










echo XXImageDiffXX > "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed"

























if errorlevel 1 goto VCReportError










goto VCEnd










:VCReportError










echo Project : error PRJ0019: A tool returned an error code from "Performing 
Pre-Build Event..."










exit 1















:VCEnd





]





Creating command line 
"C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat"


And there is another error saying ' C2370: 'CSSValue' : redefinition; different 
storage class
C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\WebCore\DerivedSources\CSSValueKeywords.h
  '

Please Help...
Regards,
saumya

___
webkit-dev mailing list
webkit-dev@lists.webkit.org<mailto:webkit-dev@lists.webkit.org>
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-21 Thread Mital Vora
hi,
It seems that u have not followed the instructions for building webkit in
Windows.
refer http://trac.webkit.org/wiki/BuildingOnWindows

also check weather u have all the required packages for cygwin are installed
properly. verify wiht the below list.
https://dev.mobileread.com/trac/webkitbrowser/browser/trunk/WebKit-r30377/WebKitTools/CygwinDownloader/cygwin-downloader.py?rev=3

Regeards,

Mital Vora.


On Sat, Feb 21, 2009 at 10:26 PM, Frank Thomsen  wrote:

>  Hi
>
>
>
> I ran into the exact same problem (amongst a lot of others); The guideline
> on webkit.org it far from helpful. So I dug through the net and found the
> following two pages. Hopefully they can be of some assistance. Pay close(!)
> attention to the first – a lot of good hints!
>
>
>
> http://www.masonchang.com/2009/01/better-know-virtual-machine.html
>
> http://lists.macosforge.org/pipermail/webkit-dev/2008-May.txt
>
>
>
> Regards, Frank
>
>
>
> *From:* webkit-dev-boun...@lists.webkit.org [mailto:
> webkit-dev-boun...@lists.webkit.org] *On Behalf Of *Saumya
> *Sent:* 21. februar 2009 17:49
> *To:* webkit-dev@lists.webkit.org
> *Subject:* [webkit-dev] Webkit Building errors in VC++2005
>
>
>
> Hi
> I tried to build webkit in VC++ 2005.. I was about to solve the earlier
> problem but now  when i debug an error says that 'Error1Error result
> 1 returned from 'C:\WINDOWS\system32\cmd.exe'. i have also edited the embed
> manifest in the manifest tool in configuration properties in each project
> to No but still the error is there...
> build log is listed below...
>
> Creating temporary file 
> "C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat"
>  with contents
>
> [
>
> @echo off
>
>
> set PATH=%SystemDrive%\cygwin\bin;%PATH%
>
>
>
> if exist "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed" grep 
> XXImageDiffXX "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed"
>
>
> if errorlevel 1 exit 1
>
>
> echo XXImageDiffXX > "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed"
>
>
>
>
>
> if errorlevel 1 goto VCReportError
>
>
> goto VCEnd
>
>
> :VCReportError
>
>
> echo Project : error PRJ0019: A tool returned an error code from "Performing 
> Pre-Build Event..."
>
>
> exit 1
>
>
> :VCEnd
>
> ]
>
> Creating command line 
> "C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat"
>
>
>
> And there is another error saying ' C2370: 'CSSValue' : redefinition;
> different storage class
> C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\WebCore\DerivedSources\CSSValueKeywords.h
> '
>
> Please Help...
> Regards,
> saumya
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-21 Thread Frank Thomsen
Hi

I ran into the exact same problem (amongst a lot of others); The guideline on 
webkit.org it far from helpful. So I dug through the net and found the 
following two pages. Hopefully they can be of some assistance. Pay close(!) 
attention to the first - a lot of good hints!

http://www.masonchang.com/2009/01/better-know-virtual-machine.html
http://lists.macosforge.org/pipermail/webkit-dev/2008-May.txt

Regards, Frank

From: webkit-dev-boun...@lists.webkit.org 
[mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of Saumya
Sent: 21. februar 2009 17:49
To: webkit-dev@lists.webkit.org
Subject: [webkit-dev] Webkit Building errors in VC++2005

Hi
I tried to build webkit in VC++ 2005.. I was about to solve the earlier problem 
but now  when i debug an error says that 'Error1Error result 1 returned 
from 'C:\WINDOWS\system32\cmd.exe'. i have also edited the embed manifest in 
the manifest tool in configuration properties in each project  to No but still 
the error is there...
build log is listed below...

Creating temporary file 
"C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat"
 with contents

[

@echo off



set PATH=%SystemDrive%\cygwin\bin;%PATH%






if exist "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed" grep 
XXImageDiffXX "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed"



if errorlevel 1 exit 1



echo XXImageDiffXX > "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed"










if errorlevel 1 goto VCReportError



goto VCEnd



:VCReportError



echo Project : error PRJ0019: A tool returned an error code from "Performing 
Pre-Build Event..."



exit 1







:VCEnd

]

Creating command line 
"C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat"


And there is another error saying ' C2370: 'CSSValue' : redefinition; different 
storage class
C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\WebCore\DerivedSources\CSSValueKeywords.h
  '

Please Help...
Regards,
saumya
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Webkit Building errors in VC++2005

2009-02-21 Thread Saumya
Hi
I tried to build webkit in VC++ 2005.. I was about to solve the earlier
problem but now  when i debug an error says that 'Error1Error result
1 returned from 'C:\WINDOWS\system32\cmd.exe'. i have also edited the embed
manifest in the manifest tool in configuration properties in each project
to No but still the error is there...
build log is listed below...

Creating temporary file
"C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat"
with contents
[
@echo off

set PATH=%SystemDrive%\cygwin\bin;%PATH%

if exist "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed" grep
XXImageDiffXX "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed"

if errorlevel 1 exit 1

echo XXImageDiffXX > "C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed"



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from
"Performing Pre-Build Event..."

exit 1

:VCEnd
]
Creating command line
"C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat"



And there is another error saying ' C2370: 'CSSValue' : redefinition;
different storage class
C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\WebCore\DerivedSources\CSSValueKeywords.h
'

Please Help...
Regards,
saumya
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev