Yes. This is little bug. Someone forgot to edit Makefile I think. You need to edit ./OMG/Makefile.am and in PREFERENCES you should do:
REFERENCES = \ $(NDESK_DBUS_10_LIBS) \ $(NDESK_DBUS_GLIB_10_LIBS) \ $(NOTIFY_SHARP_LIBS) \ System \ $(GTK_SHARP_20_LIBS) \ $(GLIB_SHARP_20_LIBS) \ System.Core \ System.Drawing
So You need to add System.Drawing at the end of it then run ./autogen.sh once again and everything should be fine :)
Yes. This is little bug. Someone forgot to edit Makefile I think. You need to edit ./OMG/Makefile.am and in PREFERENCES you should do:
REFERENCES = \ DBUS_10_ LIBS) \ DBUS_GLIB_ 10_LIBS) \ SHARP_LIBS) \ SHARP_20_ LIBS) \ SHARP_20_ LIBS) \
$(NDESK_
$(NDESK_
$(NOTIFY_
System \
$(GTK_
$(GLIB_
System.Core \
System.Drawing
So You need to add System.Drawing at the end of it then run ./autogen.sh once again and everything should be fine :)