View Single Post
Posts: 66 | Thanked: 44 times | Joined on Nov 2009
#7
Originally Posted by jackabite View Post
I tried out of the root shell and still it doesnt work. I have now looked a bit more closely at the error "libhildonmm-1.0.so.5 error missing shared libaray". When I look in /usr/lib I cannot see this file or any "mm" C++ library files.
I don't know why the Nokia forum site decided to do their helloworld in C++ when every program that comes with the device is written in C.

You're right- it just doesn't ship with certain libraries used for C++. The command you need is 'apt-get install libhildonmm'. Always good to follow this up with apt-get clean.

I was also trying to run the program by simply typing in the name "helloworld" and I would get the erorr, "no such file or directory". I hadnt realised that I need to type the full path and filename to get it to run. Hence the reason why I was using run-standalone.sh!
You can also use a relative path, ./helloworld for example. Only two extra keystrokes that way!
 

The Following User Says Thank You to kyle For This Useful Post: