Modified:
/wiki/MonoSbDevKit243.wiki
=======================================
--- /wiki/MonoSbDevKit243.wiki Fri Feb 26 07:18:04 2010
+++ /wiki/MonoSbDevKit243.wiki Fri Feb 26 07:34:05 2010
@@ -63,9 +63,15 @@
Now you need to patch the devkit to:
* upgrade mono from 2.0.1 to 2.4.3
- * upgrade the glib from 2.12.2 to 2.20.3 that is the version of glib used
by FREMANTLE
+ * upgrade the glib from 2.12.12 to 2.20.3 that is the version of glib
used by FREMANTLE
to do this apply
[http://tomboy-maemo.googlecode.com/files/patch-garmono.diff this patch] to
garmono.
+
+Before to try to compile the devkit you need to rename the
/usr/include/sys/inotify.h to someother filename because the libc delivery
with the SDK not have the inotify interface.
+
+{{{
+mv /usr/include/sys/inotify.h /usr/include/sys/inotify_tmp.h
+}}}
Finally try to make the devkit with: