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.

alecs1

Trainee

  • "alecs1" started this thread

Posts: 53

Location: Romania

  • Send private message

1

Thursday, November 1st 2007, 10:48pm

Building KDE 4, programs not working if called from scripts

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
Enjoy

This post has been edited 2 times, last edit by "alecs1" (Nov 1st 2007, 10:51pm)