
freetune make errors
By: a guest on
May 5th, 2012 | syntax:
None | size: 1.52 KB | hits: 19 | expires: Never
a@free:~/git/mal/freetune$ qmake freetune.pro
a@free:~/git/mal/freetune$ make
/usr/bin/uic-qt4 mainwindow.ui -o ui_mainwindow.h
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
In file included from mainwindow.h:10,
from main.cpp:2:
gaugewidget.h:3:28: error: QDeclarativeView: No such file or directory
gaugewidget.h:4:35: error: QDeclarativePropertyMap: No such file or directory
In file included from gaugewidget.h:6,
from mainwindow.h:10,
from main.cpp:2:
gaugeitem.h:26:28: error: QDeclarativeItem: No such file or directory
In file included from gaugewidget.h:6,
from mainwindow.h:10,
from main.cpp:2:
gaugeitem.h:32: error: expected class-name before ‘{’ token
In file included from gaugewidget.h:6,
from mainwindow.h:10,
from main.cpp:2:
gaugeitem.h: In member function ‘void GaugeItem::setText(QString)’:
gaugeitem.h:74: error: ‘update’ was not declared in this scope
In file included from mainwindow.h:10,
from main.cpp:2:
gaugewidget.h: At global scope:
gaugewidget.h:8: error: expected class-name before ‘{’ token
gaugewidget.h:11: error: ‘QDeclarativePropertyMap’ does not name a type
make: *** [main.o] Error 1
a@free:~/git/mal/freetune$