Trouble compiling KDE / Qt apps
Matthias Duesterhoeft
duesti at gmx.de
Thu Jan 20 08:13:14 GMT 2000
Hallo,
>I've installed KDevelop, but have trouble compiling with it.
>Here's the error messages from the project generator:
> configure: error: Can't find X includes.
Please install the package "xdevel".
>If I later try to compile the main.cpp file, I get this error message:
> In file included from main.cpp:17:
> kdeveloptest.h:20: kapp.h: No such file or directory
> kdeveloptest.h:21: qwidget.h: No such file or directory
What command is executed? It should be something like this:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -O0 -g3 -Wall -c main.cpp
Tschuess
Matthias
More information about the KDevelop
mailing list