
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KMyMoney is the BEST Personal Finance Manager for Linux Users, full stop.
It operates similar to MS-Money, supports different account types, categorisation of expenses and incomes, reconciliation of bank accounts and QIF import/export. Online banking support (statement download) is also provided for the OFX and HBCI protocols.
In order to stay informed about new releases of the software, please subscribe to the user mailing list of the project. To subscribe please visit https://mail.kde.org/mailman/listinfo/kmymoney and follow the instructions presented.
Please report any problems to the KDE bug-tracker at https://bugs.kde.org/enter_bug.cgi?product=kmymoney4&format=guided and use kmymoney4 as project as we cannot check this site (kde-apps.org) on a regular/frequent basis.
There's also a forum at http://forum.kde.org/viewforum.php?f=69 where you can get help if needed.
thb
16 years ago
Report
flubb
15 years ago
I suppose a patch exists but I couldn't find nothing about this problem on the kmymoney mailing-lists so I patched the sources myself.
(Note : I used Konstruct too).
In the file $KONSTRUCT/work/kmymoney2-0.6.4/kmymoney2/mymoney/mymoneymoney.cpp you have the following lines around the line 36 :
...
#ifdef HAVE_STDINT_H
#include
#else
...
If you add the following two lines after the #include directive, you'll have :
...
#ifdef HAVE_STDINT_H
#include
#define INT64_MAX (9223372036854775807LL)
#define INT64_MIN (-9223372036854775807LL - 1LL)
#else
...
...and everything seems to compile fine.
Flubb.
Report
GodOfPain
15 years ago
I have not tried the CVS tree because of problems trying to make konstruct use files downloaded via CVS.
If the problem is fixed can we get a 0.6.5 soon?
Report
gassauer
16 years ago
I can not find the default category lists
Report
diedericr
16 years ago
installed gcc2.96.2.96.03mdk.
configure gives the following message, last lines of which are:
Kchecking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
Any suggestions?
Thanks,
Di
Report
thb
16 years ago
Also, we have no experience with gcc < 3.1 or so, although we have some users working under MDK but I don't know which version of the compiler they are using.
If you have more questions, please post them on the developer list at kmymoney2-developer@lists.sourceforge.net. There you probably reach a wider audience than here on kde-apps.org.
Report
rossen
16 years ago
Hmmm, nice compilation whitout even a single warning message... Except this one:
mymoneyfinancialcalculator.cpp: In method `const double MyMoneyFinancialCalculator::presentValue()':
mymoneyfinancialcalculator.cpp:184: implicit declaration of function `int round(...)'
make[4]: *** [mymoneyfinancialcalculator.o] Error 1
Is there someone who knows what's wrong? 10x!
Report
thb
16 years ago
Report
grimnir
16 years ago
There is no declaration for "double round(double)" function in FreeBSD's math.h (/usr/include/math.h), only for "long double roundl(long double)".
I'll try to write appropriate patch.
Report
rossen
16 years ago
I'm using Debian "woody", not *BSD...
Report
opp7777
16 years ago
has this software got any reporting capabilities (such as an expense report for a time period)?
Thanks!
Report
ktambascio
16 years ago
Report
probono
16 years ago
Report
m1cr0phone
16 years ago
Or am I missing something?
Report
thb
16 years ago
Report
prjanique
16 years ago
mymoneyfinancialcalculator.cpp:184: implicit declaration of function `int round(...)'
make[4]: *** [mymoneyfinancialcalculator.o] Error 1
make[4]: Leaving directory `/home/jinjiru/Personal_Files/Develop/kmymoney2-0.6rc4/kmymoney2/mymoney'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jinjiru/Personal_Files/Develop/kmymoney2-0.6rc4/kmymoney2/mymoney'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jinjiru/Personal_Files/Develop/kmymoney2-0.6rc4/kmymoney2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jinjiru/Personal_Files/Develop/kmymoney2-0.6rc4'
make: *** [all] Error 2
Using Lycoris, gcc 2.95, KDE 3.2
Report
m1cr0phone
16 years ago
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/libxml2 -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -fexceptions -c kbanksview.cpp
cc1plus: Permission denied: opening dependency file .deps/kbanksview.pp
No arguments to configure or make; running configure and make as user, make install as root
Report
m1cr0phone
16 years ago
Making all in dialogs
make[3]: Entering directory `/home/phoney/src/kmymoney2-0.6rc4/kmymoney2/dialogs'
/usr/lib/qt3//bin/uic -L /home/phoney/.kde/lib/kde3/plugins/designer -nounload -o knewloanwizarddecl.h ./knewloanwizarddecl.ui
uic: File generated with too recent version of Qt Designer (3.2 vs. 3.1.2)
make[3]: *** [knewloanwizarddecl.h] Error 1
make[3]: Leaving directory `/home/phoney/src/kmymoney2-0.6rc4/kmymoney2/dialogs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/phoney/src/kmymoney2-0.6rc4/kmymoney2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/phoney/src/kmymoney2-0.6rc4'
make: *** [all] Error 2
Any --option=value way around this?
Report
thb
16 years ago
Workaround: edit the offending *.ui files (XML formatted) and replace the version "2" with "1" manually in one of the first lines. Rerun make.
Report
WebbGroup
16 years ago
Kinda like how KDE 3.2 Kontact has incorporated all of the smaller apps (Korganizer, KAddressBook, Kmail) into one big app??
Report
ktambascio
16 years ago
Report
vernr
16 years ago
You should be comparing it with Gnucash which is great but not KDE and a bit unweildy for a home situation
Check Mandrake RPMs out on
http://www.nzlinux.orcon.net.nz
and you will see what I mean.
Cheers
Report
elektroschock
16 years ago
http://www.openhbci.de/
Report
mte
16 years ago
An announcement will be made on the website as soon as the functionality is available.
Report
Fingel
16 years ago
Report