Le jeudi 08 Avril 2004 14:02, Petr Hložek a écrit : > I'm using Mandrake Linux 10.0, Kernel 2.6.3. > qstring.h is in /usr/lib/qt3/include > I tried "make" from command line as root I got same error. > > Petr > Was it a QMake project you tried? I have just tried booth a QMake and a simple C++ (non-qmake) pjojects on Mandrake 9.1, with KDE 3.2.1, KDevelop 3.0.2, Qt 3.3.1 and booth compiles and run without a hitch. Have you checked that the environment variable QTDIR is set to where qt is installed? You should have the following in .bashrc: export QRDIR=/usr/local/qt (or whereever qt is installed) export PATH=$QTDIR/bin:$PATH export LIBRARY_PATH=$QTDIR/lib:$LIBRARY_PATH If not, write it in, open a new console and start KDevelop from there. It is also a good idea to type echo $PATH in the new shell, just to make sure QTDIR/bin is in $PATH If it still doesn't work, please come back with any error messages you get. Loke. > >>I'm newbie in C++ and KDevelop. > >>I tried to compile simple Hello word program. I got this mesages: > >> > >> > >>*from /home/ok2cqr/Test/hello2/src/hello2.cpp:20: > >>*/usr/include/kinstance.h:31:21: qstring.h: No such file or directory > > > >What OS version and distribution are you using? Where is qstring.h on your > >system? If you go to the commandline, and try running make from the > > project root, what happens? > > > >STH - to unsubscribe from this list send an email to kdevelop-request@kdevelop.org with the following body: unsubscribe »your-email-address«