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.
kdebase not compile
Hi peope
compiling the sources of kdebase in KDE 3.2, I found this problem:
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libkonq -I/usr/local/Apps/KDE-3.2/include -I/usr/local/qt-x11-free-3.2.3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -MT bookmarkinfo.lo -MD -MP -MF ".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/Apps/KDE-3.2/bin/dcopidlng ./dcop.h > dcop.kidl || ( rm -f dcop.kidl ; false )
Permission denied.
make[3]: *** [dcop.kidl] Error 1
make[3]: Leaving directory `/usr/src/KDE-3.2/kdebase-3.2.0/konqueror/keditbookmarks'
Of course, I have installing using the root user, the dcopidlng and dcop.h files exists.
im not sure, but...
try compiling in single user mode, and don't use kde. kde possibly locks access to dcop whilst it is being used.