Hi to all!
I am trying to compile Qt Opensource 4.5.2 and after:
Qt Code:
  1. configure -debug-and-release
To copy to clipboard, switch view to plain text mode 
and
Qt Code:
  1. mingw32-make all
To copy to clipboard, switch view to plain text mode 
I get:
Qt Code:
  1. Creating library file: d:\Qt\2009.03\qt\lib\libQtWebKitd4.a
  2. ./tmp\obj\debug_shared\QNetworkReplyHandler.o:QNetworkReplyHandler.cpp:(.text+0x
  3. 14c): undefined reference to `vtable for WebCore::FormDataIODevice'
  4. ./tmp\obj\debug_shared\QNetworkReplyHandler.o:QNetworkReplyHandler.cpp:(.text+0x
  5. 2a4): undefined reference to `vtable for WebCore::FormDataIODevice'
  6. ./tmp\obj\debug_shared\QNetworkReplyHandler.o:QNetworkReplyHandler.cpp:(.text+0x
  7. 3e8): undefined reference to `vtable for WebCore::FormDataIODevice'
  8. ./tmp\obj\debug_shared\QNetworkReplyHandler.o:QNetworkReplyHandler.cpp:(.text+0x
  9. 50c): undefined reference to `vtable for WebCore::FormDataIODevice'
  10. ./tmp\obj\debug_shared\QNetworkReplyHandler.o:QNetworkReplyHandler.cpp:(.text+0x
  11. 630): undefined reference to `vtable for WebCore::FormDataIODevice'
  12. ./tmp\obj\debug_shared\QNetworkReplyHandler.o:QNetworkReplyHandler.cpp:(.text+0x
  13. d8e): undefined reference to `vtable for WebCore::QNetworkReplyHandler'
  14. ./tmp\obj\debug_shared\QNetworkReplyHandler.o:QNetworkReplyHandler.cpp:(.text+0x
  15. 10a0): undefined reference to `vtable for WebCore::QNetworkReplyHandler'
  16. ./tmp\obj\debug_shared\FrameLoaderClientQt.o:FrameLoaderClientQt.cpp:(.text+0x4e
  17. 58): undefined reference to `QWebPage::unsupportedContent(QNetworkReply*)'
  18. ./tmp\obj\debug_shared\FrameLoaderClientQt.o:FrameLoaderClientQt.cpp:(.text+0x61
  19. 1a): undefined reference to `QWebPage::downloadRequested(QNetworkRequest const&)
  20. '
  21. collect2: ld returned 1 exit status
  22. mingw32-make[2]: *** [..\..\..\..\lib\QtWebKitd4.dll] Error 1
  23. mingw32-make[2]: Leaving directory `D:/Qt/2009.03/qt/src/3rdparty/webkit/WebCore
  24. '
  25. mingw32-make[1]: *** [debug-all] Error 2
  26. mingw32-make[1]: Leaving directory `D:/Qt/2009.03/qt/src/3rdparty/webkit/WebCore
  27. '
  28. mingw32-make: *** [sub-webkit-all-ordered] Error 2
To copy to clipboard, switch view to plain text mode 
What is wrong?