Hi Adriaan: My email address is missleading: I am using interia.pl as my smtp server, but I live on West Coast of B.C., Canada. :) I love Zakopane though (I was there one month ago hiking through the snow...) Getting back to build of kpilot: On July 14, 2004 11:35 am, Adriaan de Groot wrote: > You might try: > > --with-extra-libs= --with-extra-includes= > > and for fill in the directory where Qt lives (that's the directory > _above_ the lib/ dir where you can find libqt-mt.so, probably /usr/local/ > or something like that). Another attempt would be: > > --with-qt-dir= First I searched through config.log and found following: .... configure:28613: checking for Qt configure: 28681: /usr/lib/qt3/include/qstyle.h configure: 28681: /usr/lib/qt3/qstyle.h configure: 28681: /usr/lib/qt/include/qstyle.h configure: 28681: /usr/lib/qt/qstyle.h configure: 28681: /usr/share/qt3/include/qstyle.h configure: 28681: /usr/share/qt3/qstyle.h configure: 28681: /usr/local/qt/include/qstyle.h configure: 28681: /usr/include/qt/qstyle.h taking that tried NO tried /usr/lib/qt3/lib tried /usr/lib/qt3 tried /usr/lib/qt/lib tried /usr/lib/qt configure:28796: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -I/usr/include/qt -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/share/qt3/lib -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5 conftest.cc:5:27: qstylefactory.h: No such file or directory conftest.cc:6:34: private/qucomextra_p.h: No such file or directory conftest.cc:8:2: #error 1 conftest.cc: In function `int main()': conftest.cc:12: error: `QStyleFactory' undeclared (first use this function) conftest.cc:12: error: (Each undeclared identifier is reported only once for each function it appears in.) conftest.cc:12: error: parse error before `::' token conftest.cc:13: error: `WhatsThisCursor' is not a member of type `Qt' configure:28799: $? = 1 configure: failed program was: #include "confdefs.h" #include #include #include #include #include #if ! (QT_VERSION >= 0x030200) #error 1 #endif int main() { (void)QStyleFactory::create(QString::null); QCursor c(Qt::WhatsThisCursor); return 0; } Before I try playing with '--with-XXX' I thought I'll share it with you my config.log findings. It is a bit cryptic, obviously something is missing. I thought I installed qt-mt development support by selecting libqt-mt-dev (3:2.3.2-14). Thank you for your patience. Tadek _______________________________________________ KDE PIM users mailing list kdepim-users@kde.org https://mail.kde.org/mailman/listinfo/kdepim-users