<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans Serif">
<p>Hi Geoff,</p>
<p></p>
<p>I have made a bit of headway - well I hope so :0)</p>
<p></p>
<p>I cheated and copied the files it was complaining about not finding</p>
<p>from  /usr/local/arm/3.3.2/arm-linux/lib to  /usr/local/arm-linux/lib</p>
<p></p>
<p>That then made the simple app. compile.</p>
<p></p>
<p>I then returned to GTK Glib ./configure - after a few problems I ended up adding a file called arm-cache.conf with the following in it;</p>
<p></p>
<p>glib_cv_stack_grows=no</p>
<p>ac_cv_func_posix_getpwuid_r=yes</p>
<p>glib_cv_uscore=yes</p>
<p></p>
<p>I ran ./configure again and it ran to completion.  I then updated the .conf file with a bunch of other settings/variables.</p>
<p></p>
<p>Having run./configure the next step in the prcedure is to then run Make.  This unfortunatley failed :0(</p>
<p></p>
<p>At various point the compiler is invoked and file compiled.  A quick scan through the console output reveals  lots of warning messages like;</p>
<p></p>
<p><span style="font-weight:600;color:#ae0808">warning: dereferencing type-punned pointer will break strict-aliasing rules</span></p>
<p></p>
<p>They are only Warnings -do you think I should worry about them ?</p>
<p></p>
<p>At the end of the output the process temrinates with;</p>
<p></p>
<p> /usr/local/arm/3.3.2/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\&quot;GLib\&quot; -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -pthread -g -O2 -Wall -MT giounix.lo -MD -MP -MF .deps/giounix.Tpo -c giounix.c  -fPIC -DPIC -o .libs/giounix.o</p>
<p>giounix.c: In function `g_io_unix_read':</p>
<p><span style="font-weight:600;color:#ae0808">giounix.c:185: error: `SSIZE_MAX' undeclared (first use in this function)</span></p>
<p><span style="font-weight:600;color:#ae0808">giounix.c:185: error: (Each undeclared identifier is reported only once</span></p>
<p><span style="font-weight:600;color:#ae0808">giounix.c:185: error: for each function it appears in.)</span></p>
<p>make[4]: *** [giounix.lo] Error 1</p>
<p></p>
<p>Do you have any ideas ?</p>
<p></p>
<p>Thanks</p>
<p></p>
<p>Clive</p>
<p></p>
<p></p>
<p></p>
<p></p>
</body></html>