<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="chsdate"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:宋体;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"\@宋体";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:宋体;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=ZH-CN link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=3 face=宋体><span lang=EN-US style='font-size:12.0pt'>Hi,everybody,<br>
&nbsp;&nbsp; I am a novice to <font color=navy><span style='color:navy'>Maemo</span></font>.
When I finished installation following instructions on <a
href="http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/installdoc.html">http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/installdoc.html
</a>and tried to run hello-world program, I met a problem.<br>
<br>
&nbsp;&nbsp; The system output is as follows,<br>
=========Output from Terminal======================<br>
wangyao@debian:/scratchbox$ ./login<br>
<br>
Welcome to Scratchbox, the cross-compilation toolkit! <br>
<br>
Use 'sb-menu' to change your compilation target.<br>
See /scratchbox/doc/ for documentation.<br>
<br>
SBOX_DPKG_INST_ARCH not set.<br>
[sbox-testNokia: ~] &gt; <br>
[sbox-testNokia: ~] &gt; tar xfz /scratchbox/packages/hello- world.tar.gz <br>
[sbox-testNokia: ~] &gt; cd hello-world/<br>
[sbox-testNokia: ~/hello-world] &gt; ./autogen.sh <br>
+ aclocal<br>
/scratchbox/tools/share/aclocal/pkg.m4:5: warning: underquoted definition of
PKG_CHECK_MODULES <br>
&nbsp;&nbsp;run info '(automake)Extending aclocal'<br>
&nbsp;&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>
autom4te: cannot create /var/tmp/am4t4419.20614: No such file or directory <br>
at /scratchbox/tools/bin/autom4te line 953<br>
aclocal: autom4te failed with exit status: 1<br>
+ autoconf<br>
autom4te: cannot create /var/tmp/am4t350.20624: No such file or directory<br>
at /scratchbox/tools/autotools/autoconf2.59/bin/autom4te line 953 <br>
+ autoheader<br>
autoheader2.50: cannot create /var/tmp/ah9237.20691: No such file or directory<br>
at /scratchbox/tools/bin/autoheader2.50 line 126<br>
+ automake --add-missing --foreign<br>
autom4te: cannot create /var/tmp/am4t3564.20696: No such file or directory <br>
at /scratchbox/tools/autotools/autoconf2.59/bin/autom4te line 953<br>
automake: autoconf failed with exit status: 1<br>
+ ./configure<br>
./autogen.sh: line 8: ./configure: No such file or directory<br>
=========Output from Terminal====================== <br>
<br>
Info on my OS is:<br>
Linux debian <st1:chsdate IsROCDate="False" IsLunarDate="False" Day="30"
Month="12" Year="1899" w:st="on">2.6.18</st1:chsdate>-4-686 #1 SMP Mon Mar 26
17:17:36 UTC 2007 i686 GNU/Linux<br>
<br>
Additionally, because I can not connect to <a
href="http://scratchbox.org/debian">http://scratchbox.org/debian </a>directly,
I downloaded files using a Web Browser via http proxy. The files I downloaded
are,<br>
<br>
scratchbox-core_1.0.6_i386.deb<br>
scratchbox-devkit-debian_1.0.6_i386.deb<br>
scratchbox-devkit-doctools_1.0.6_i386.deb <br>
scratchbox-libs_1.0.6_i386.deb<br>
scratchbox-toolchain-cs2005q3.2-glibc-arm_1.0.5_i386.deb<br>
scratchbox-toolchain-cs2005q3.2-glibc-i386_1.0.5_i386.deb<br>
scratchbox-toolchain-host-gcc_1.0.6_i386.deb<br>
scratchbox-toolchain-i686-linux-ct4.1.0-2.3.6tls_1.0.4_i386.deb <br>
<br>
Then, I used dpkg -i package_name.deb to install all these packages.<br>
When I finished installation, the installation procedure did not ask me for
user account as section <a href="http://2.2.1.4">2.2.1.4</a> in <a
href="http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/installdoc.html">http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/installdoc.html</a>
says.<br>
<br>
Thank you in advance for your help.<br>
<br>
<br>
-- <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sincerely yours, <br>
<br>
Yao Wang<br>
<br>
<br>
Gtalk: <a href="mailto:wangyao.bupt@gmail.com">wangyao.bupt@gmail.com</a><br>
MSN: <a href="mailto:wangyao_bupt@hotmail.com">wangyao_bupt@hotmail.com</a> <o:p></o:p></span></font></p>

</div>

</body>

</html>