From kde-devel Tue Dec 28 20:56:46 2004 From: Michael Thaler Date: Tue, 28 Dec 2004 20:56:46 +0000 To: kde-devel Subject: Error compiling kdegraphics due to missing imlib.h check in Message-Id: <200412282156.46313.michael.thaler () physik ! tu-muenchen ! de> X-MARC-Message: https://marc.info/?l=kde-devel&m=110427073417214 Hello, I tried to compile KDE from CVS and I get an error compiling kdegraphics. The error message is the following: In file included from imagewindow.h:26, from kuickshow.cpp:65: imlibwidget.h:26:19: Imlib.h: No such file or directory ... (much more errors) kuickshow.cpp:1094: error: `PARAMS_DITHER' undeclared (first use this function) kuickshow.cpp:1095: error: `PARAMS_IMAGECACHESIZE' undeclared (first use this function) kuickshow.cpp:1095: error: `PARAMS_PIXMAPCACHESIZE' undeclared (first use this function) make[3]: *** [kuickshow.lo] Error 1 make[3]: Leaving directory `/usr/local/src/kde/kdegraphics/kuickshow/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/kde/kdegraphics/kuickshow' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/kde/kdegraphics' make: *** [all] Error 2 Appaerently imlib.h is missing, so installed imlib11-dev (Debian SID) and now I can compile kdegraphics. I think ./configure should check, if imlib11-dev is installed correctly. Greetings, Michael >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<