Δημοσιεύτηκε: 08 Αύγ 2009, 20:39
Αυτό μου βγάζει
- Κώδικας: Επιλογή όλων
pal@malos:~/Επιφάνεια εργασίας/ss$ make
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/share/qt3/include -o hello.o hello.cpp
hello.cpp:1:24: error: QApplication: No such file or directory
hello.cpp:2:18: error: QLabel: No such file or directory
hello.cpp:3:23: error: QPushButton: No such file or directory
hello.cpp:4:23: error: QVBoxLayout: No such file or directory
hello.cpp:5:21: error: QLineEdit: No such file or directory
hello.cpp: In function ‘int main(int, char**)’:
hello.cpp:8: σφάλμα: ‘QApplication’ was not declared in this scope
hello.cpp:8: σφάλμα: expected `;' before ‘app’
hello.cpp:10: σφάλμα: ‘QWidget’ was not declared in this scope
hello.cpp:10: σφάλμα: ‘window’ was not declared in this scope
hello.cpp:10: σφάλμα: expected type-specifier before ‘QWidget’
hello.cpp:10: σφάλμα: expected `;' before ‘QWidget’
hello.cpp:11: σφάλμα: ‘QVBoxLayout’ was not declared in this scope
hello.cpp:11: σφάλμα: ‘layout’ was not declared in this scope
hello.cpp:11: σφάλμα: expected type-specifier before ‘QVBoxLayout’
hello.cpp:11: σφάλμα: expected `;' before ‘QVBoxLayout’
hello.cpp:12: σφάλμα: ‘QLabel’ was not declared in this scope
hello.cpp:12: σφάλμα: ‘label’ was not declared in this scope
hello.cpp:12: σφάλμα: expected type-specifier before ‘QLabel’
hello.cpp:12: σφάλμα: expected `;' before ‘QLabel’
hello.cpp:13: σφάλμα: ‘QPushButton’ was not declared in this scope
hello.cpp:13: σφάλμα: ‘button’ was not declared in this scope
hello.cpp:13: σφάλμα: expected type-specifier before ‘QPushButton’
hello.cpp:13: σφάλμα: expected `;' before ‘QPushButton’
hello.cpp:15: σφάλμα: ‘QLineEdit’ was not declared in this scope
hello.cpp:15: σφάλμα: ‘Edit’ was not declared in this scope
hello.cpp:15: σφάλμα: expected type-specifier before ‘QLineEdit’
hello.cpp:15: σφάλμα: expected `;' before ‘QLineEdit’
hello.cpp:16: σφάλμα: ‘QObject’ has not been declared
hello.cpp:16: σφάλμα: ‘clicked’ was not declared in this scope
hello.cpp:16: σφάλμα: ‘SIGNAL’ was not declared in this scope
hello.cpp:16: σφάλμα: ‘app’ was not declared in this scope
hello.cpp:16: σφάλμα: ‘quit’ was not declared in this scope
hello.cpp:16: σφάλμα: ‘SLOT’ was not declared in this scope
hello.cpp: At global scope:
hello.cpp:7: προειδοποίηση: unused parameter ‘argc’
hello.cpp:7: προειδοποίηση: unused parameter ‘argv’
make: *** [hello.o] Error 1
pal@malos:~/Επιφάνεια εργασίας/ss$