Hello,

tried to compile Qt 4.5.2 on openSUSE 10.3 after configuring with:

./configure -qtnamespace QtCppIntegration -qtlibinfix CppIntegration

like described here:
http://www.qtsoftware.com/developer/eclipse-integration
under 'Qt dependencies' (bottom of site)

I receive this errors:
Qt Code:
  1. In file included from mainwindow.cpp:44:
  2. mainwindow.h:74: error: reference to ‘QWebView’ is ambiguous
  3. ../../../include/QtWebKit/../../src/3rdparty/webkit/WebCore/../WebKit/qt/Api/qwe
  4. bview.h:43: error: candidates are: class QWebView
  5. mainwindow.h:45: error: struct QtCppIntegration::QWebView
  6. mainwindow.h:74: error: ISO C++ forbids declaration of ‘QWebView’ with no type
  7. mainwindow.h:74: error: expected ‘;’ before ‘*’ token
  8. mainwindow.cpp: In constructor ‘MainWindow::MainWindow()’:
  9. mainwindow.cpp:60: error: ‘view’ was not declared in this scope
  10. mainwindow.cpp:60: error: reference to ‘QWebView’ is ambiguous
  11. ../../../include/QtWebKit/../../src/3rdparty/webkit/WebCore/../WebKit/qt/Api/qwe
  12. bview.h:43: error: candidates are: class QWebView
  13. mainwindow.h:45: error: struct QtCppIntegration::QWebView
  14. mainwindow.cpp:60: error: expected type-specifier before ‘QWebView’
  15. mainwindow.cpp:60: error: expected `;' before ‘QWebView’
  16. mainwindow.cpp: In member function ‘void MainWindow::adjustLocation()’:
  17. mainwindow.cpp:103: error: ‘view’ was not declared in this scope
  18. mainwindow.cpp: In member function ‘void MainWindow::changeLocation()’:
  19. mainwindow.cpp:109: error: ‘view’ was not declared in this scope
  20. mainwindow.cpp: In member function ‘void MainWindow::adjustTitle()’:
  21. mainwindow.cpp:118: error: ‘view’ was not declared in this scope
  22. mainwindow.cpp:120: error: ‘view’ was not declared in this scope
  23. mainwindow.cpp: In member function ‘void MainWindow::finishLoading(bool)’:
  24. mainwindow.cpp:135: error: ‘view’ was not declared in this scope
  25. mainwindow.cpp: In member function ‘void MainWindow::highlightAllLinks()’:
  26. mainwindow.cpp:143: error: ‘view’ was not declared in this scope
  27. mainwindow.cpp: In member function ‘void MainWindow::rotateImages(bool)’:
  28. mainwindow.cpp:151: error: ‘view’ was not declared in this scope
  29. mainwindow.cpp: In member function ‘void MainWindow::removeGifImages()’:
  30. mainwindow.cpp:164: error: ‘view’ was not declared in this scope
  31. mainwindow.cpp: In member function ‘void MainWindow::removeInlineFrames()’:
  32. mainwindow.cpp:170: error: ‘view’ was not declared in this scope
  33. mainwindow.cpp: In member function ‘void MainWindow::removeObjectElements()’:
  34. mainwindow.cpp:176: error: ‘view’ was not declared in this scope
  35. mainwindow.cpp: In member function ‘void MainWindow::removeEmbeddedElements()’:
  36. mainwindow.cpp:182: error: ‘view’ was not declared in this scope
  37. gmake[3]: *** [.obj/release-shared/mainwindow.o] Fehler 1
  38. gmake[3]: Leaving directory `/home/kai/Downloads/FoxiesDowns/qt-x11-opensource-s rc-4.5.2/examples/webkit/fancybrowser'
  39. gmake[2]: *** [sub-fancybrowser-make_default] Fehler 2
  40. gmake[2]: Leaving directory `/home/kai/Downloads/FoxiesDowns/qt-x11-opensource-s rc-4.5.2/examples/webkit'
  41. gmake[1]: *** [sub-webkit-make_default] Fehler 2
  42. gmake[1]: Leaving directory `/home/kai/Downloads/FoxiesDowns/qt-x11-opensource-s rc-4.5.2/examples'
  43. gmake: *** [sub-examples-make_default-ordered] Fehler 2
To copy to clipboard, switch view to plain text mode 

Has anyone found a solution to this or can help me to find a workaround.

Thx in advance,
kai