can't compile omg
Bug #619624 reported by
Miloš Mandarić
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OMG |
Fix Committed
|
Medium
|
Manish Sinha (मनीष सिन्हा) |
Bug Description
Revision: 30
Here is the error I get after running make:
./Trophy.cs(27,14): error CS0234: The type or namespace name `Drawing' does not exist in the namespace `System'. Are you missing an assembly reference?
Changed in omg: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
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 :)