Hi all,<br><br>Thanks to Michael Stepanov and other members, I&#39;ve got maemo vmware to test. But don&#39;t know why it couldn&#39;t build the available project &quot;helloword-bora&quot; as well as a new template project:
<br><br>--------------- start log -----------------------------------<br><br>&nbsp;+ glib-gettextize --copy --force<br>Creating po/ subdirectory<br>Copying file mkinstalldirs<br>Copying file po/Makefile.in.in<br><br>Please add the files
<br>&nbsp; codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4<br>&nbsp; progtest.m4<br>from the /usr/share/aclocal directory to your autoconf macro directory<br>or directly to your aclocal.m4 file.<br>You will also need 
config.guess and config.sub, which you can get from<br><a href="ftp://ftp.gnu.org/pub/gnu/config/">ftp://ftp.gnu.org/pub/gnu/config/</a>.<br><br>+ libtoolize --automake<br>+ intltoolize --copy --force --automake<br>./autogen.sh: line 6: intltoolize: command not found
<br>+ aclocal-1.8<br>/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE<br>&nbsp; run info &#39;(automake)Extending aclocal&#39;<br>&nbsp; or see <a href="http://sources.redhat.com/automake/automake.html#Extending%20aclocal">
http://sources.redhat.com/automake/automake.html#Extending%20aclocal</a><br>+ autoconf<br>+ autoheader<br>+ automake-1.8 --add-missing --foreign<br><a href="http://configure.ac">configure.ac</a>: installing `./install-sh&#39;
<br><a href="http://configure.ac">configure.ac</a>: installing `./missing&#39;<br>src/Makefile.am: installing `./depcomp&#39;<br>+ ./configure<br>checking for a BSD-compatible install...<br>/scratchbox/tools/bin/install -c
<br>checking whether build environment is sane...<br>yes<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)...<br>yes<br>checking build system type...<br>arm-unknown-linux-gnu<br>checking host system type...
<br>arm-unknown-linux-gnu<br>checking whether to enable maintainer-specific portions of Makefiles... no<br>checking for a BSD-compatible install... /scratchbox/tools/bin/install -c<br>checking whether make sets $(MAKE)...
<br>(cached)<br>yes<br>checking for g++... g++<br>checking for C++ compiler default output file name...<br>a.out<br>checking whether the C++ compiler works...<br>yes<br>checking whether we are cross compiling...<br>no<br>
checking for suffix of executables...<br><br>checking for suffix of object files...<br>o<br>checking whether we are using the GNU C++ compiler...<br>yes<br>checking whether g++ accepts -g...<br>yes<br>checking for style of include used by make...
<br>GNU<br>checking dependency style of g++...<br>gcc3<br>checking for pkg-config...<br>/scratchbox/tools/bin/pkg-config<br>checking pkg-config is at least version 0.9.0...<br>yes<br>checking for LIBHILDONMM...<br>configure: error: Package requirements (hildonmm &gt;= 
0.9.6) were not met:<br><br>No package &#39;hildonmm&#39; found<br><br>Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>installed software in a non-standard prefix.<br><br>Alternatively, you may set the environment variables LIBHILDONMM_CFLAGS
<br>and LIBHILDONMM_LIBS to avoid the need to call pkg-config.<br>See the pkg-config man page for more details.<br><br>--------------------- end log ---------------------------------------------------<br><br>It said:<br><br>
checking for LIBHILDONMM...<br>
configure: error: Package requirements (hildonmm &gt;= 0.9.6) were not met:<br>
<br>
No package &#39;hildonmm&#39; found<br><br>Please tell me how to fix this problem. Thanks in advance!<br>&nbsp; <br>