Modified:
/wiki/MonoSbDevKit243.wiki
=======================================
--- /wiki/MonoSbDevKit243.wiki Fri Feb 26 07:34:05 2010
+++ /wiki/MonoSbDevKit243.wiki Fri Feb 26 08:15:24 2010
@@ -75,6 +75,32 @@
Finally try to make the devkit with:
+{{{
+[sbox-FREMANTLE_HOST: ~] > make maemo/devkit
+}}}
+
+Now you probably get this error message:
+{{{
+.....
+LD genmdesc
+make[7]: *** [cpu-x86.h] Floating point exception (core dumped)
+make[6]: *** [all-recursive] Error 1
+make[5]: *** [all-recursive] Error 1
+make[4]: *** [all] Error 2
+make[3]: *** [build-work/main.d/mono-2.4.3/Makefile] Error 2
+make[2]: *** [../../../maemo/devkit/mono/cookies/main.d/install] Error 2
+make[1]: *** [imgdep-main] Error 2
+make: *** [maemo/devkit] Error 2
+}}}
+
+This occurs because there is some problem in the glib. So you can update
the glib with the version just compiled with this command:
+
+{{{
+[sbox-FREMANTLE_HOST: ~] > cp /scratchbox/devkits/mono/lib/glib/libg*
/usr/lib/
+}}}
+
+and try to compile devkit again
+
{{{
[sbox-FREMANTLE_HOST: ~] > make maemo/devkit
}}}