[Kmymoney-devel] [Bug 290413] KMyMoney crashes on transaction report by payee

Allan agander93 at gmail.com
Tue Jan 3 00:39:36 UTC 2012


On 02/01/12 22:32, Stew Schneider wrote:
> https://bugs.kde.org/show_bug.cgi?id=290413
>
>
>
>
>
> --- Comment #6 from Stew Schneider<stew schneider gmail com>   2012-01-02 22:32:38 ---
> Thank you, Thomas. Now, could I inconvenience you a bit to tell me what to do
> with the libalkimia library? I have retrieved the source, but I don't see a
> make file. I exported the location of FindLibAlkimia.cmake as a Variable
> (export CMAKE_MODULE_PATH="/home/stewart/kmymoney-4.6.1/build")but we seem to
> not be getting anywhere -- same error.
>
> Again, many thanks in advance.
>

As Thomas may now be abed, try the following, which is for KMM, but the 
process is similar for alkimia.

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
$ make # This step may be needed twice
$ make install

(This from http://techbase.kde.org/Projects/KMyMoney#Installation_steps)

Allan


More information about the KMyMoney-devel mailing list