Hello guys.

I'm trying to compile Qt4.4 here. But it's not working.

I already have Qt4.3 compiled/installed.

Qt Code:
  1. bindings/js/JSHTMLOptionElementConstructor.cpp:21:44: error: JSHTMLOptionElementConstructor.h: No such file or directory
  2. bindings/js/JSHTMLOptionElementConstructor.cpp:32: error: 'JSHTMLOptionElementConstructor' has not been declared
  3. bindings/js/JSHTMLOptionElementConstructor.cpp:32: error: ISO C++ forbids declaration of 'JSHTMLOptionElementConstructor' with no type
  4. bindings/js/JSHTMLOptionElementConstructor.cpp: In function 'int WebCore::JSHTMLOptionElementConstructor(KJS::ExecS tate*, WebCore:ocument*)':
  5. bindings/js/JSHTMLOptionElementConstructor.cpp:33: error: only constructors take base initializers
  6. bindings/js/JSHTMLOptionElementConstructor.cpp:35: error: 'setPrototype' was not declared in this scope
  7. bindings/js/JSHTMLOptionElementConstructor.cpp:36: error: 'put' was not declared in this scope
  8. bindings/js/JSHTMLOptionElementConstructor.cpp: At global scope:
  9. bindings/js/JSHTMLOptionElementConstructor.cpp:39: error: 'JSHTMLOptionElementConstructor' is not a class or namespace
  10. bindings/js/JSHTMLOptionElementConstructor.cpp:39: error: non-member function 'bool WebCore::implementsConstruct()' cannot have cv-qualifier
  11. bindings/js/JSHTMLOptionElementConstructor.cpp:44: error: 'JSHTMLOptionElementConstructor' is not a class or namespace
  12. bindings/js/JSHTMLOptionElementConstructor.cpp: In function 'KJS::JSObject* WebCore::construct(KJS::ExecState*, const KJS::List&)':
  13. bindings/js/JSHTMLOptionElementConstructor.cpp:47: error: 'm_doc' was not declared in this scope
  14. bindings/js/JSHTMLOptionElementConstructor.cpp: In function 'int WebCore::JSHTMLOptionElementConstructor(KJS::ExecS tate*, WebCore:ocument*)':
  15. bindings/js/JSHTMLOptionElementConstructor.cpp:37: warning: control reaches end of non-void function
  16. make[2]: *** [.obj/debug-shared/JSHTMLOptionElementConstructor.o] Error 1
  17. make[1]: *** [debug-all] Error 2
  18. make: *** [sub-webkit-make_default-ordered] Error 2
To copy to clipboard, switch view to plain text mode 

Someone knows how to procede?