<br><br><div class="gmail_quote">On Mon, May 12, 2008 at 4:19 PM, Pranav Desai &lt;<a href="mailto:pranavadesai@gmail.com">pranavadesai@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="Ih2E3d">On Sun, May 11, 2008 at 2:53 PM, Julian &lt;<a href="mailto:julian_chu@openmoko.com" target="_blank">julian_chu@openmoko.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi all,<br>
<br>
&nbsp;After fix some problems, I had put the newest meta toolchain to<br>
<a href="http://downloads.openmoko.org" target="_blank">downloads.openmoko.org</a>.<br>
<br>
&nbsp;If you are developing a single application, you can use meta-toolchain<br>
to build your onw application.<br>
</blockquote></div><div><br>I tried using this toolchain, but it fails with the following error on om-conf. The sample program works fine with the old toolchain. This is happening with the 32bit and 64bit versions of the new toolchain. Am I missing something here ?<br>

<br>om-conf openmoko-sample2<br><br>configure: WARNING: In the future, Autoconf will not detect cross-tools<br>whose name does not start with the host triplet.&nbsp; If you think this<br>configuration is useful to you, please write to <a href="mailto:autoconf@gnu.org" target="_blank">autoconf@gnu.org</a>.<br>

checking pkg-config is at least version <a href="http://0.9.0." target="_blank">0.9.0.</a>.. yes<br>checking for DEPENDENCIES... configure: error: Package requirements (libmokoui2 gconf-2.0) were not met:<br><br>No package &#39;libmokoui2&#39; found<br>

No package &#39;gconf-2.0&#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 DEPENDENCIES_CFLAGS<br>

and DEPENDENCIES_LIBS to avoid the need to call pkg-config.<br>See the pkg-config man page for more details.<br><br>FATAL: oe_runconf failed<br></div></div></blockquote><div><br><br>Looks like the setup-env doesnt have the right paths set, it should be .../usr/lib instead of .../lib<br>
<br></div><div>export PKG_CONFIG_DIR=&quot;${OMTOOL_DIR}/arm/arm-angstrom-linux-gnueabi/lib/pkgconfig&quot;<br>export PKG_CONFIG_PATH=&quot;${OMTOOL_DIR}/arm/arm-angstrom-linux-gnueabi/lib/pkgconfig&quot;<br>export LDFLAGS=&quot;-L${OMTOOL_DIR}/arm/arm-angstrom-linux-gnueabi/lib -Wl,-rpath-link,${OMTOOL_DIR}/arm/arm-angstrom-linux-gnueabi/lib -Wl,-O1&quot;<br>
<br><br>Now it configures fine, but fails on make. Looks like the libmokoui2.pc file is also not set correctly. The prefix is still referring to the system files instead of the /usr/local/openmoko path ... the older toolchain has the prefix correctly setup.<br>
<br>-- Pranav<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div><br>Let me know if you need more information.<br>
<br>-- Pranav<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
<br>
&nbsp;please take a look of this Page.<br>
<br>
&nbsp;<a href="http://wiki.openmoko.org/wiki/Toolchain" target="_blank">http://wiki.openmoko.org/wiki/Toolchain</a><br>
<br>
Best Regards,<br>
<font color="#888888"><br>
-Julian<br>
<br>
</font><br></div>_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org" target="_blank">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
<br></blockquote></div><br>
</blockquote></div><br>