[Kmatplot-general] Debian Install Instructions & 0.4 Bugs
Brought to you by:
kamil
From: Timothy H. <ti...@po...> - 2002-03-20 04:14:00
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey all, Following the given instructions to get kmatplot 0.4 to install didn't work so here is what I did to get it to compile under Debian. 1) install libqt3 & libqt3-dev WARNING: may stop older qt apps working, don't think so but it is a possibility since the libqt.so et al. links are replaced. The libqt-dev & friends will have to be removed, this only affects you if you are compiling older qt apps as well. If you are having problem I suspect you can reinstall the libqt-dev package if you need it (don't know haven't tested it...). 2) export QTDIR=/usr/share/qt 3) Had some file time issues as I am in a different timezone so I extracted the archive with the -m option. Those not so on the bleeding edge will not have this issue... 4) ./configure --prefix=/usr personal preference (I think) 5) remove the inline from the find_level_greater_than() function in kmatplot/widgets/qscontour.cpp & .h the linker doesn't seem to like this?? c++ version = 2.95.4 ld version = 2.11.93.0.2 5) make 6) make install Note: I am running Debian unstable I had a couple problems: 1) above mentioned linking problem 2) When installed with prefix other than that of /usr/local the configuration dialog still has /usr/local as the install dir. 3) There doesn't appear to be any way to create a new worksheet, so how do I enter data! Looking great, Thanks Tim PS Kamil: After my exam on Friday I'll have a play with the CVS version... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8mAwNBYrcB1iEURERApjxAJ0V9GF53tt5yJGgYfFk/OPbj92jwwCgxIgZ GXik1paMrC++wzwklAipMfY= =WUW8 -----END PGP SIGNATURE----- |