[Interest] Qt 4.8.3 / MinGW: JavaScriptCore doesn't compile

R. Reucher rene.reucher at batcom-it.net
Sun Sep 16 12:27:27 CEST 2012


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 at 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é



More information about the Interest mailing list