Compiling kpovmodeler-0.2 on Mandrake 8.2, KDE 3.0.3
Harri Pasanen <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kpovmodeler |
|---|---|
| Message-ID | <[email protected]> |
Hello, I just upgraded my KDE to 3.0.3, using the binary rpm's for Mandrake 8.2 from kde.org. I installed everything from 3.0.3, including qt3 and all the development packages. The first problem seemed to be that that 'configure' got confused by the pre-existing kde2.2.2 and qt2 development packages, and as result the code included kde2.2.2 headers and there were type mismatches. So I removed the kde2.2.2 and qt2 development packages, did 'make distclean', and started from beginning. Now pretty much everything seems to compile, but at linktime I'm getting /usr//bin/ld: cannot find -lqt collect2: ld returned 1 exit status To my knowledge qt3 does not have libqt, it has libqt-mt I noticed that kpovmodeler/kdoc.rules does have '-lqt', so I removed that and started again from the beginning. (Although the comment seems to indicate that file is used only during documentation generation). Unfortunately, it still complains about the missing -lqt. I grepped the makefiles, but could not figure out where that comes from - everything in makefiles seems to refer to -lqt-mt. I suspect it is some remaining relic of kde2.2.2 that spits out -lqt at make time. Any ideas what might be wrong? -Harri List archive and information: http://mail.kde.org/mailman/listinfo/kpovmodeler-devel