[webkit-dev] Which make file or build file to be changed to compile with new compiler

2008-09-17 Thread Shadakshari Hiremath
Hi WebKit Forum, I am new to webkit and don't know much about how build process works. My aim is to build webkit on a new platform using winarm gcc cross compiler. Which make/build files need to be modified for compiling with gcc? Thanks in advance. Regards, Shaddu __

Re: [webkit-dev] Compilation error for k:\webkit\webcore\css\CSSParser.cpp

2008-09-17 Thread Shadakshari Hiremath
I faced d similar problem with CSSParser + gperf module once but the error > was different. > > My problem got resolved when i changed my version from 3.0.3 -> 3.0.2 > > /Ravi > > > > On Mon, Sep 8, 2008 at 7:16 PM, Shadakshari Hiremath <[EMAIL PROTECTED]>wrot

Re: [webkit-dev] Compilation error for k:\webkit\webcore\css\CSSParser.cpp

2008-09-08 Thread Shadakshari Hiremath
On Mon, Sep 8, 2008 at 3:07 PM, Shadakshari Hiremath <[EMAIL PROTECTED]>wrote: > >> Hi Forum, >> >> I am compiling webcore on a dummy platform using WIN ARM 4.1.1 compiler. I >> am struck at the below error while compiling CSSParser.cpp. >> In file included from

[webkit-dev] Compilation error for k:\webkit\webcore\css\CSSParser.cpp

2008-09-08 Thread Shadakshari Hiremath
Hi Forum, I am compiling webcore on a dummy platform using WIN ARM 4.1.1 compiler. I am struck at the below error while compiling CSSParser.cpp. In file included from k:\webkit/webcore/css/CSSParser.cpp:89: CSSValueKeywords.gperf:552: error: missing terminating " character CSSValueKeywords.gperf:5

Re: [webkit-dev] Compilation errors with ARM RVCT Compiler

2008-09-05 Thread Shadakshari Hiremath
Hi Paul, Thank you very much for your quick response. Based on your suggestion, I had a relook into the passrefptr.h file. In this file T refers to a datatype/class which will be supplied during instantiation of the template in many CPP files and the type is unknown inside the template class. So w

[webkit-dev] Compilation errors with ARM RVCT Compiler

2008-09-04 Thread Shadakshari Hiremath
Hi Webkit Forum, I am getting compilation errors while compiling webcore and javascriptcore with ARM RVCT compiler version 2.2 build 559. This is my maiden attempt to build webkit with RVCT compiler. Three errors are appearing while compiling many source files. I have provided Attr.cpp as an examp