Hi!
I am trying to build KDE on my ubuntu 10.04 in order to start developing.
But I am facing problems while compiling the source kdelibs. cmake works fine but while doing  make I get this error:

[ 8%] Building CXX object kjs/CMakeFiles/icemaker.dir/bytecode/generator/lexer.o
[ 8%] Building CXX object kjs/CMakeFiles/icemaker.dir/bytecode/generator/parser.o
In file included from /home/rahul/kde-devel/src/kdelibs/kjs/bytecode/generator/parser.cpp:23:
/home/rahul/kde-devel/src/kdelibs/kjs/bytecode/generator/parser.h:55: warning: ‘class Parser’ has virtual functions and accessible non-virtual destructor
Linking CXX executable ../bin/icemaker
[ 8%] Built target icemaker
[ 8%] Generating opcodes.h, opcodes.cpp, machine.cpp
/bin/sh: ../bin/icemaker.shell: not found
make[2]: *** [kjs/opcodes.h] Error 127
make[1]: *** [kjs/CMakeFiles/kjs.dir/all] Error 2
make: *** [all] Error 2

Can someone please help?

- Rahul Sharma