I am trying to build KDE4, in the separate user way, and I have copied the example .bashrc from techbase (
http://techbase.kde.org/Getting_Started/…Scripts/.bashrc).
I try to build kdesupport running the "recipe" script containing:
|
Source code
|
1
2
3
4
|
cs # 'cs' is a bash function, click here to learn more
svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdesupport/
cd kdesupport
cmakekde
|
cs - command not found, it doesn't work if called from scripts, it does work if called from the konsole (which uses bash, and the login shell is also bash)
svn kdesupport - this works from the script
cmakekde - doesn't run if called by a script, but it runs if called from the console
Finaly, the problem that I can't avoid, running cmakekde i get the output:
|
Source code
|
1
2
|
CMake Error: Qt qmake not found!
-- Configuring done
|
Details about the sistem:
Debian Etch, up to date
cmake 2.4.5-1
the qt version from KDE svn is compiled and works (4.3.2).
Please share all the ideas