Adriaan de Groot wrote:
> This test program uses some of the Webkit types (in 
> src/3rdparty/webkit/JavaScriptCore/wtf in qt-copy):
> 

I've just had a go at building the latest Qt 4.4 snapshot (20090223).

The 1st problem was a makefile with two qatomic.o targets. I edited out 
one, and proceeded.

Then I quickly come to the conclusion that JavaScriptCore is 
significantly linpoxed. Several files include <stdbool.h> (illegal C++). 
Then there is the use of isfinite (ditto, with a workaround with finite 
from ieeefp.h). Now I'm stuck on the use of signbit in math_object.cpp 
(math_c99.h - again not exactly legal in C++98).

A+
Paul


Reply via email to