From: Joachim E. <joa...@gm...> - 2008-07-30 19:20:12
|
Hi Pankaj, > The problem is related with QT. I have installed QT3 using a solaris > package and that package doesn't have libqt-mt.so file. >... > Is there a way a can compile it without this module file ? KDiff3 heavily depends on Qt, so there is no way around that. Seeing that you were able to compile, it means that Qt is installed. Perhaps the lib has a different name. Try "ls /usr/local/qt/lib" if there is a libqt*.so. If not try find /usr -name "libqt*" If you find something, then fix the Makefile in the src-subdir. Replace "-lqt-mt" with the filename without the "lib" and ".so". If there is no libqt-file at all then consider reinstalling Qt. (Compiling from source.) Cheers, Joachim |