Advertisement
Guest User

Untitled

a guest
Dec 21st, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.05 KB | None | 0 0
  1. 10:31:49: Running steps for project IDE...
  2. 10:31:49: Configuration unchanged, skipping qmake step.
  3. 10:31:49: Starting: "/usr/bin/make" -w
  4. make: Entering directory `/home/X/Test_Projects/CentralWidget/IDE-build-desktop-Qt_4_8_3_in_PATH__System__Release'
  5. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../IDE -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I../IDE -I. -o main.o ../IDE/main.cpp
  6. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I../IDE -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I../IDE -I. -o IDE.o ../IDE/IDE.cpp
  7. ../IDE/IDE.cpp: In member function 'void IDE::foobar()':
  8. ../IDE/IDE.cpp:25:5: error: reference to 'centralWidget' is ambiguous
  9. In file included from ../IDE/IDE.h:6:0,
  10.                 from ../IDE/IDE.cpp:1:
  11. ./ui_IDE.h:31:14: error: candidates are: QWidget* Ui_IDE::centralWidget
  12. In file included from /usr/include/qt4/QtGui/QMainWindow:1:0,
  13.                 from ../IDE/IDE.h:4,
  14.                 from ../IDE/IDE.cpp:1:
  15. /usr/include/qt4/QtGui/qmainwindow.h:140:14: error:                 QWidget* QMainWindow::centralWidget() const
  16. ../IDE/IDE.cpp:27:3: error: reference to 'centralWidget' is ambiguous
  17. In file included from ../IDE/IDE.h:6:0,
  18.                 from ../IDE/IDE.cpp:1:
  19. ./ui_IDE.h:31:14: error: candidates are: QWidget* Ui_IDE::centralWidget
  20. In file included from /usr/include/qt4/QtGui/QMainWindow:1:0,
  21.                 from ../IDE/IDE.h:4,
  22.                 from ../IDE/IDE.cpp:1:
  23. /usr/include/qt4/QtGui/qmainwindow.h:140:14: error:                 QWidget* QMainWindow::centralWidget() const
  24. make: *** [IDE.o] Error 1
  25. make: Leaving directory `/home/X/Test_Projects/CentralWidget/IDE-build-desktop-Qt_4_8_3_in_PATH__System__Release'
  26. 10:31:50: The process "/usr/bin/make" exited with code 2.
  27. Error while building/deploying project IDE (target: Desktop)
  28. When executing step 'Make'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement