View Single Post
Posts: 2 | Thanked: 0 times | Joined on Sep 2009
#1
I have mad a mistake when i want to remove the python2.6 from my ubuntu 9.04, it removed many softwares and libraries,including the desktop and scratchbox, so after i installed the desktop and other things,i reinstalled the scratchbox(it's not removed completely before). Quickly completed the installation,and installed the nokia-binary.I use ESBOX to create a simple project,and build it, then error occured, It prompt me that can not found the libhildonmm,and i attempted to find it with dpkg,but failed.

When I use command "./configure" in scratchbox to build the project,the same information appear,but I can build and run GTK application pretty well.


Is there anyone know how to fix it?

My host system is: UBUNTU 9.04
SDK: maemo 5 beta2


The details as below:
Code:
checking for pkg-config... /scratchbox/tools/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBHILDONMM... configure: error: Package requirements (hildonmm >= 0.9.6) were not met:

No package 'hildonmm' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBHILDONMM_CFLAGS
and LIBHILDONMM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

[sbox-FREMANTLE_X86: ~/workspace/hellomaemo] >