OMG

can't compile omg

Bug #619624 reported by Miloš Mandarić
12
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?

Revision history for this message
Krzysztof Klinikowski (kkszysiu) wrote :

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 :)

Revision history for this message
Manish Sinha (मनीष सिन्हा) (manishsinha) wrote :

Found the issue. Will fix it

Changed in omg:
assignee: nobody → Manish Sinha (manishsinha)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Manish Sinha (मनीष सिन्हा) (manishsinha) wrote :

Please check it now. It should be fixed. Esp in r32

Revision history for this message
Miloš Mandarić (mandzo18) wrote : Re: [Bug 619624] Re: can't compile omg

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
Revision history for this message
Chris S. (cszikszoy) 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.

Changed in omg:
status: Fix Released → Invalid
status: Invalid → Fix Committed
Revision history for this message
Miloš Mandarić (mandzo18) wrote :

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.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.