Problem with compiling simple application
Petr Hložek
petr_hl at mrp.cz
Thu Apr 8 10:22:59 BST 2004
Hi everyone,
I'm newbie in C++ and KDevelop.
I tried to compile simple Hello word program. I got this mesages:
*cd "/home/ok2cqr/Test/hello2/debug" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k -j1
*gmake all-recursive
*Making all in src
*compiling hello2.cpp (g++)
*In file included from /usr/include/kapp.h:5,
*from /home/ok2cqr/Test/hello2/src/hello2.cpp:20:
*/usr/include/kapplication.h:40:26: qapplication.h: No such file or directory
*/usr/include/kapplication.h:41:21: qpixmap.h: No such file or directory
*In file included from /usr/include/kapplication.h:42,
*from /usr/include/kapp.h:5,
*from /home/ok2cqr/Test/hello2/src/hello2.cpp:20:
*/usr/include/kinstance.h:31:21: qstring.h: No such file or directory
.
.
.
I have qt-devel, kdelibs-devel and XF86-devel installed. Files
qapplication.h, qpixmap.h etc., I have in /usr/lib/qt3/include not in /usr/include.
I tried to add in Project options -> Configure options -> Configure arguments
--with-qt-dir=/usr/lib/qt3 but it didn't help.
Could anybody help me? Thanks.
Petr
--
Microsoft isn't the answer. Microsoft is the question, and my answer is no.
MDK 10.0, KDE 3.2, KDevelop 3.01, kernel 2.6.3
web : www.webpark.cz/ok2cqr
mail : ok2cqr at post dot cz; petr_hl at mrp dot cz
ICQ : 165536992
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list