You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, July 25th 2004, 11:29pm

Compile problems with kmymoney

I'm using Konstruct to install KDE 3.2.3 on a Mandrake 10.0 installation. During the compile, I get the following error:

[start]
In file included from kmymoney2.all_cpp.cpp:4:
kmymoney2.cpp: In member function `void KMyMoney2App::slotFileOpenRecent(const KURL&)':
kmymoney2.cpp:362: warning: `exists' is deprecated (declared at /root/kde3.2.3/include/kio/netaccess.h:267)
In file included from kmymoney2.all_cpp.cpp:4:
kmymoney2.cpp: In member function `void KMyMoney2App::slotKeySettings()':
kmymoney2.cpp:975: warning: `configureKeys' is deprecated (declared at /root/kde3.2.3/include/kkeydialog.h:381)
In file included from kmymoney2.all_cpp.cpp:5:
main.cpp: In function `int main(int, char**)':
main.cpp:66: error: `VERSION' undeclared (first use this function)
main.cpp:66: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[5]: *** [kmymoney2.all_cpp.o] Error 1
make[5]: Leaving directory `/home/drew/download/konstruct/apps/kmymoney2/work/kmymoney2-0.6.1/kmymoney2'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/drew/download/konstruct/apps/kmymoney2/work/kmymoney2-0.6.1/kmymoney2'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/drew/download/konstruct/apps/kmymoney2/work/kmymoney2-0.6.1'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/drew/download/konstruct/apps/kmymoney2/work/kmymoney2-0.6.1'
make[1]: *** [build-work/kmymoney2-0.6.1/Makefile] Error 2
make[1]: Leaving directory `/home/drew/download/konstruct/apps/kmymoney2'
make: *** [dep-../../apps/kmymoney2] Error 2
[end]

Any advice/suggestions?

TIA

Drew

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

2

Monday, July 26th 2004, 10:48am

for starters, you DEFINITELY should not have kde installed under /root

BAD BAD BAD BAD BAD BAD BAD.

You should have installed kde to /opt/kde3 or /usr or under /home/drew if you did not want it to conflict with another version of kde.