pici-info
Background and Art project
pici-network
Discussion and community forum
pici-development
Programming and debugging the pici-server
Open source software
English | Deutsch
pici-network > Discussion > installing server at Mandriva. Didn't find KDE3 headers and core library

installing server at Mandriva. Didn't find KDE3 headers and core library

slymak, 2008-06-20

I'm trying install the server but ./configure show me this two missing things
-- Didn't find KDE3 headers
-- Didn't find KDE3 core library

Do you have idea what packages include it at Mandriva?
this is all output:
./configure
rm: cannot remove `cmake_install.cmake': No such file or directory
rm: cannot remove `Doxyfile': No such file or directory
rm: cannot remove `*.moc': No such file or directory
rm: cannot remove `web2pici': No such file or directory
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Didn't find KDE3 headers
-- Didn't find KDE3 core library
-- Found KDE3 dcopidl preprocessor: /usr/bin/dcopidl
-- Found KDE3 dcopidl2cpp preprocessor: /usr/bin/dcopidl2cpp
-- Found KDE3 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
CMake Error: Could NOT find everything required for compiling KDE 3 programs
-- Configuring done
-- Didn't find KDE3 headers
-- Didn't find KDE3 core library
-- Found KDE3 dcopidl preprocessor: /usr/bin/dcopidl
-- Found KDE3 dcopidl2cpp preprocessor: /usr/bin/dcopidl2cpp
-- Found KDE3 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
CMake Error: Could NOT find everything required for compiling KDE 3 programs
-- Configuring done
thanks

Mathias, 2008-06-23

Have you edited the file web2pici.cpp and uncommented the following line?
//#include

slymak, 2008-06-25

i hope so, this is my list of includes:
[root@none web2pici]# grep include web2pici.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include //<-- use this for Suse and Mandriva
//#include //<-- use this for other distributions
#include "web2pici.h"
#include "web2pici.moc"

I didn't have instal X environment KDE included. Before it was comand line server.
I try to ask mandriva community for help.

slymak, 2008-06-26

I have to install libkdebase4-devel package.

Add new comment

Cap_5b8ceaa47fb60eeeb403fdac222eda5f