|
Hi guys
Maybe this question is very low level and easy , At presently, I am sure that the follow head file in /usr/lib/qt-3.3/include;
#include <qapplication.h>
#include <qsqldatabase.h>
#include "../connection.h"
.....
But such error message always appear, I usually stuck in the problem, so I am ugent to resolve it by other helps:
[root@root Test]# make
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"test\" -DVERSION=\"1.0\" -I. -I. -g -O2 -MT test.o -MD -MP -MF ".deps/test.Tpo" -c -o test.o test.c; \
then mv -f ".deps/test.Tpo" ".deps/test.Po"; else rm -f ".deps/test.Tpo"; exit 1; fi
test.c:2:26: qapplication.h: No such file or directory
test.c:3:26: qsqldatabase.h: No such file or directory
test.c:4:27: ../connection.h: No such file or directory
....
What is this problem? Anybody give me suggestion ?
Thanks in advanced |
|