[webkit-dev] A newBie question about compilation

2007-09-27 Thread Eva Madrazo
Hello, I am very new in this, including C++, symbian and webkit. So, apologize for my questions if they are so basic... I was trying to compile webKit in a Windows XP proffesional. I have installed cygwin and Qt (for qmake command). I have download source code from subversion repository. Then,

Re: [webkit-dev] A newBie question about compilation

2007-09-27 Thread Artem Ananiev
Hi, Eva, qmake knows nothing about cygwin path notation ('/cygdrive/d/...') so it cannot find the file. This problem may be easily workarounded by passing all the paths to qmake in the form of 'd:\...' (requires some modification to webkitdirs.pm script). You may use `cygpath` utility to