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

Thursday, February 12th 2004, 3:30am

kdebase - compile problem

Im having problems compiling KDE 3.2.0
arts and kdelibs compile fine but when compiling kdebase its stops like this:

".deps/bookmarkinfo.Tpo" \
-c -o bookmarkinfo.lo `test -f 'bookmarkinfo.cpp' || echo './'`bookmarkinfo.cpp; \
then mv -f ".deps/bookmarkinfo.Tpo" ".deps/bookmarkinfo.Plo"; \
else rm -f ".deps/bookmarkinfo.Tpo"; exit 1; \
fi
/usr/local/kde-3.2.0/bin/dcopidlng ./dcop.h > dcop.kidl || ( rm -f dcop.kidl ; false )
/usr/local/kde-3.2.0/bin/dcopidlng: line 1: kde-config: command not found
Can't open perl script "/dcopidlng/kalyptus": No such file or directory
make[3]: *** [dcop.kidl] Error 1
make[3]: Leaving directory `/mnt/hda5/compile/kdebase- 3.2.0/konqueror/keditbookmarks'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/hda5/compile/kdebase- 3.2.0/konqueror'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/hda5/compile/kdebase-3.2.0'
make: *** [all] Error 2


My Linux installation is based on LFS 5.0pre1 and im using GCC-3.3.1.
Any ideas how i should go about getting past this ?

thanks for any help :D

138

Trainee

Posts: 81

Location: Helsinki, Finland

  • Send private message

2

Tuesday, February 17th 2004, 5:26pm

Hello,

If I remember correctly kde-config should be installed with kdelibs. Try to install kdelibs again.
Siili teki maalin.

3

Saturday, February 21st 2004, 8:25pm

Hi.. I've got a problem with compiling kdebase too.

I use gentoo, so I say: "emerge kdebase" and it stops with:

[code:1]
config.pl: fast created 435 file(s).
config.status: creating config.h
config.status: executing depfiles commands

You're missing libsmbclient from samba 3.0
KDE will use a wrapper for smbclient without it,
consider installing it.
Look at kioslave/smb/libsmbclient-HOWTO.txt

cd . && \
/bin/sh /var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0/admin/missing --run automake-1.7 --foreign Makefile
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0'
String found where operator expected at /usr/bin/autom4te-2.57 line 280, near "error "need GNU m4 1.4 or later: $m4""
(Do you need to predeclare error?)
syntax error at /usr/bin/autom4te-2.57 line 280, near "error "need GNU m4 1.4 or later: $m4""
BEGIN not safe after errors--compilation aborted at /usr/bin/autom4te-2.57 line 453.
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.2.0/work/kdebase-3.2.0'
make: *** [configure] Error 2
make: *** Waiting for unfinished jobs....
cd . && perl admin/am_edit Makefile.in
make: *** Waiting for unfinished jobs....

!!! ERROR: kde-base/kdebase-3.2.0 failed.
!!! Function kde_src_compile, Line 127, Exitcode 2
!!! died running emake, kde_src_compile:make

sad distfiles #
[/code:1]