Don't like ads? PRO users don't see any ads ;-)
Guest

freetune make errors

By: a guest on May 5th, 2012  |  syntax: None  |  size: 1.52 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. a@free:~/git/mal/freetune$ qmake freetune.pro
  2. a@free:~/git/mal/freetune$ make
  3. /usr/bin/uic-qt4 mainwindow.ui -o ui_mainwindow.h
  4. g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4 -I. -I. -o main.o main.cpp
  5. In file included from mainwindow.h:10,
  6.                  from main.cpp:2:
  7. gaugewidget.h:3:28: error: QDeclarativeView: No such file or directory
  8. gaugewidget.h:4:35: error: QDeclarativePropertyMap: No such file or directory
  9. In file included from gaugewidget.h:6,
  10.                  from mainwindow.h:10,
  11.                  from main.cpp:2:
  12. gaugeitem.h:26:28: error: QDeclarativeItem: No such file or directory
  13. In file included from gaugewidget.h:6,
  14.                  from mainwindow.h:10,
  15.                  from main.cpp:2:
  16. gaugeitem.h:32: error: expected class-name before ‘{’ token
  17. In file included from gaugewidget.h:6,
  18.                  from mainwindow.h:10,
  19.                  from main.cpp:2:
  20. gaugeitem.h: In member function ‘void GaugeItem::setText(QString)’:
  21. gaugeitem.h:74: error: ‘update’ was not declared in this scope
  22. In file included from mainwindow.h:10,
  23.                  from main.cpp:2:
  24. gaugewidget.h: At global scope:
  25. gaugewidget.h:8: error: expected class-name before ‘{’ token
  26. gaugewidget.h:11: error: ‘QDeclarativePropertyMap’ does not name a type
  27. make: *** [main.o] Error 1
  28. a@free:~/git/mal/freetune$