can't compile omg
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OMG |
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?
Krzysztof Klinikowski (kkszysiu) wrote : | #1 |
Found the issue. Will fix it
Changed in omg: | |
assignee: | nobody → Manish Sinha (manishsinha) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Please check it now. It should be fixed. Esp in r32
On сре, 2010-08-18 at 14:46 +0000, Manish Sinha wrote:
> Please check it now. It should be fixed. Esp in r32
>
I can confirm that it's fixed.
Changed in omg: | |
status: | Confirmed → Fix Released |
Chris S. (cszikszoy) wrote : | #5 |
should be fix committed, fix released would mean that the fix has been put into a specific release, or package. There hasn't been a release yet, so when there is, we mark it as fix released.
Changed in omg: | |
status: | Fix Released → Invalid |
status: | Invalid → Fix Committed |
Miloš Mandarić (mandzo18) wrote : | #6 |
On сре, 2010-08-18 at 21:46 +0000, Chris S. wrote:
> should be fix committed, fix released would mean that the fix has been
> put into a specific release, or package. There hasn't been a release
> yet, so when there is, we mark it as fix released.
oops, sorry about that.
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 :)