Hi,
I just managed to get a current SVN build of WebKit to build. The instructions on the website are great, but I ran into a problem
because I chose to land my working sources on my D: drive (/cygdrive/d/Development/WebKit) rather than in the suggested
home directory.
In this configuration, I got a number of path errors: "wtk/Platforms.h: No such file or directory".
I suspect that one or more of the bash scripts assumes $HOME or ~ path resulting in the error.
As soon as I moved the source tree to my home directory "~/WebKit" everything built properly.
Has anyone else encountered this?
Thanks,
-Brent