<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>Hi ,<br>Before running "dpkg-buildpackage -b -rfakeroot", ensure that all the dependent development libraries are installed. <br><br>dpkg-checkbuilddeps lists the required devel packages which are yet to be installed. After getting the list, we can install them using "apt-get install ...."<br>(OR)<br>Simply "apt-get build-dep hildon-2" installs the required devel packages.<br><br>Regards,<br>Chitti<br><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div class="plainMail">Message: 4<br>Date: Mon, 19 Apr 2010 11:36:30 +0200 (CEST)<br>From: Pi?eiro &lt;<a ymailto="mailto:apinheiro@igalia.com" href="/mc/compose?to=apinheiro@igalia.com">apinheiro@igalia.com</a>&gt;<br>Subject: Re: Building hildon library<br>To: <a ymailto="mailto:maemo-developers@maemo.org"
 href="/mc/compose?to=maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>Message-ID: &lt;<a ymailto="mailto:20100419.113630.175855308.apinheiro@igalia.com" href="/mc/compose?to=20100419.113630.175855308.apinheiro@igalia.com">20100419.113630.175855308.apinheiro@igalia.com</a>&gt;<br>Content-Type: Text/Plain; charset=iso-8859-1<br><br>From: Andr? H?nsel &lt;<a ymailto="mailto:andre@webkr.de" href="/mc/compose?to=andre@webkr.de">andre@webkr.de</a>&gt;<br><br>&gt; I'm trying to make an enhancement to the Hildon library. Unfortunately I<br>&gt; cannot figure out how to build it for N900/Fremantle. I have installed the<br>&gt; Scratchbox VM and I know how to build applications using ESbox. But how do I<br>&gt; build the libraries?<br><br>Sorry, I'm not familiar with ESbox, but, if you are able to build<br>applications it shouldn't be difficult to build libraries. Both<br>(programs and libraries) use autotools-autoconf stuff.<br><br>&gt; I already
 fail at finding the current source: Is it<br>&gt; <a href="http://maemo.gitorious.org/hildon/hildon" target="_blank">http://maemo.gitorious.org/hildon/hildon</a>? Or is it<br>&gt; <a href="https://garage.maemo.org/scm/?group_id=939" target="_blank">https://garage.maemo.org/scm/?group_id=939</a>?<br><br>The garage one is a previous-old-legacy repository, the correct one is<br>the gitorious one. So, you can get the code doing something like this:<br><br>git clone git://gitorious.org/hildon/hildon.git<br><br>&gt; Needs the source to be put in a certain dir inside the scratchbox?<br><br>No. In fact, normally to put the source in your home directory. But,<br>sometimes, to make quick tests I use directly the /tmp, and it works<br>fine for me.<br><br>&gt; <br>&gt; Then do I have to run autogen.sh? In chroot /scratchbox/users/maemo/? Or in<br>&gt; chroot /scratchbox/users/maemo/targets/FREMANTLE_ARMEL?<br><br>autogen.sh is just a script that execute the
 configure-related<br>programs, and most of the times are tunned for the specific program.<br><br>So it is required to be executed in the source directory.<br><br>Anyway, have you tried something like?:<br><br>myuser00@mymachine:~$ /scratchbox/login<br>$[sbox-FREMANTLE_ARMEL: ~] &gt; git clone git://gitorious.org/hildon/hildon.git<br>$[sbox-FREMANTLE_ARMEL: ~] &gt; cd hildon<br>$[sbox-FREMANTLE_ARMEL: ~/hildon] &gt; dpkg-buildpackage -b -rfakeroot<br><br>The debian files are included on the repository. debian/rules will<br>call autogen.sh for you.<br><br>BR<br><br>===<br>API (<a ymailto="mailto:apinheiro@igalia.com" href="/mc/compose?to=apinheiro@igalia.com">apinheiro@igalia.com</a>)<br></div></blockquote></td></tr></table><br>