Thanks Paul, for your quick response. I have installed all packages you recommended me to install.
- configuration works well now, "./configure" - but "make" command produces this message (complete text): "make all-recursive make[1]: Entering directory `/home/setyo/download/kde/screensaver/kfiresaver-0.4' Making all in kfiresaver make[2]: Entering directory `/home/setyo/download/kde/screensaver/kfiresaver-0.4/kfiresaver' source='kfiresaver.cpp' object='kfiresaver.o' libtool=no \ depfile='.deps/kfiresaver.Po' tmpdepfile='.deps/kfiresaver.TPo' \ depmode=gcc /bin/sh ../admin/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -c -o kfiresaver.o `test -f kfiresaver.cpp || echo './'`kfiresaver.cpp In file included from kfiresaver.cpp:25: /usr/share/qt/include/qgl.h:72: GL/gl.h: No such file or directory /usr/share/qt/include/qgl.h:73: GL/glu.h: No such file or directory make[2]: *** [kfiresaver.o] Error 1 make[2]: Leaving directory `/home/setyo/download/kde/screensaver/kfiresaver-0.4/kfiresaver' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/setyo/download/kde/screensaver/kfiresaver-0.4' make: *** [all] Error 2" Any hint? Regards, Setyo Nugroho -------------- >You need to install the KDE development files > apt-get install kdelibs4-dev >You might also like to install libarts1-dev and libqt3-mt-dev if you >haven't already. >Paul Cupis