Trying to build Simon

I just changed into the directory trunk by entering the command cd /home/ubuntu/simon/speech2text/trunk. Then I typed ./build.sh. Obviously, it didn’t work out.

ubuntu@ubuntu-desktop:~/simon/speech2text/trunk$ ./build.sh
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:72 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/ubuntu/.kde/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:2 (find_package)

– Configuring done
CMake Error: Unable to open cache file for save. /home/ubuntu/simon/speech2text/trunk/build/CMakeCache.txt
CMake Error: : System Error: Permission denied
ubuntu@ubuntu-desktop:~/simon/speech2text/trunk$

Something went wrong. But what?

Edit: Probably it worked with the following line:

root@ubuntu-desktop:/home/ubuntu/simon/speech2text/trunk# ./build.sh

So it was necessary to be root = super user.

Tags: ,

2 Responses to “Trying to build Simon”

  1. [...] Testing Simon my first steps with the Simon speech recognition software « Trying to build Simon [...]

  2. [...] ubuntu@ubuntu-desktop:~/simon/speech2text/trunk$ cd /home/ubuntu/simon/speech2text/trunk/src ubuntu@ubuntu-desktop:~/simon/speech2text/trunk/src$ qmake Project MESSAGE: Processing Configuration… Project MESSAGE: Processing ModelManagement… Project MESSAGE: Processing SimonLib… Project MESSAGE: Working… (This may take a couple of seconds) ubuntu@ubuntu-desktop:~/simon/speech2text/trunk/src$ [...]