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, February 29th 2004, 4:23pm

Problem installing kdebase module

Hi,

I'm trying to install kde3.3 and have successfully installed qt3.2, arts and kdelibs. When I attempt to 'make' within kdebase I get the following error.

[code:1]
Making all in keditbookmarks
make[3]: Entering directory `/usr/local/kde/kdebase/konqueror/keditbookmarks'
/usr/local/kde/bin/dcopidlng ./dcop.h > dcop.kidl || ( rm -f dcop.kidl ; false )Can't open perl script "/usr/share/apps/dcopidlng/kalyptus": No such file or directory
make[3]: *** [dcop.kidl] Error 1
make[3]: Leaving directory `/usr/local/kde/kdebase/konqueror/keditbookmarks'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/kde/kdebase/konqueror'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/kde/kdebase'
make: *** [all] Error 2
[/code:1]

I'm fairly sure that the preceding modules are correctly installed but I'm continually getting this same problem now.

Anyone have any ideas???

Cheers

2

Sunday, February 29th 2004, 11:35pm

is the bin-dir of your kde installation part of your $PATH? if not, add it and try 'make' again. maybe that helps.

-sm

3

Thursday, March 25th 2004, 11:03am

It did :-) Thanks!