On Sunday 16 September 2012 11:21:11 Josh wrote:
> I just got the same exact error on Mingw-w64 4.7.1-2 (rubenvb's build).
> 
>   From what I see reported the Ming 4.4 installer also has confirmed
> problems with compiling projects.  This is the sloppiest release of Qt
> yet. I question the future of Qt under its new management...
> 
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
Well, I just got it to continue compiling when I change line 30 in the file

src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp
 

from

#if ENABLE(EXECUTABLE_ALLOCATOR_FIXED)

to

#if 0

But that's no clean fix... I first tried fixing it the way it's suggested in 
an older webkit bug-report, but that didn't work: 
https://bugs.webkit.org/show_bug.cgi?id=61235

Cheers, René
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to