Re: [Development] Webkit build failing because W32 command-line length limit

2013-05-16 Thread Ray Donnelly
The patches for msys are minor (and being merged). Check Qt-builds project on sourceforge. On 16 May 2013 22:49, "Bruno Souza Cabrral" wrote: > @andy, > I'm building from "c:/q" and it far exceed the limit to be related to the > folder path alone. > > > @Ray , > I think that build from cmd is the

Re: [Development] Webkit build failing because W32 command-line length limit

2013-05-16 Thread Bruno Souza Cabrral
@andy, I'm building from "c:/q" and it far exceed the limit to be related to the folder path alone. @Ray , I think that build from cmd is the recommended scenario for W32. MSYS is the other option, but it do not work without patches. On Thu, May 16, 2013 at 6:31 PM, andy fillebrown wrote: > I d

Re: [Development] Webkit build failing because W32 command-line length limit

2013-05-16 Thread andy fillebrown
I don't build the WebKit module anymore, but when I did I made sure the Qt source tree was in a directory with a very short name, like D:\Qt-5.1.0. That way the command line stays small enough to make it through the build. Cheers, ~ andy.f On Thu, May 16, 2013 at 4:05 PM, Bruno Souza Cabrral

[Development] Webkit build failing because W32 command-line length limit

2013-05-16 Thread Bruno Souza Cabrral
Hello, For a while, I can't do any W32 builds with Webkit installed, because it hit a command-line limit and fails. The cmd in Windows have an 8191 characters limit where during the webkit build it far extrapolate this. Attached there is a example, where the gcc invocation contains 9890 characte