[Gtk-sharp-list] Error compiling Pango-sharp

Robert Shade rshade@dvsconsulting.com
Mon, 3 May 2004 01:11:46 -0400


I'm trying to compile the latest CVS and I'm getting a CS0523 in 
AttrShape.cs.  It's saying:

generated/AttrShape.cs(12) error CS0523: Struct member 
`Pango.AttrShape.LogicalRect' of type `Pango.Rectangle' causes a cycle 
in the struct layout

I looked up that error and don't see how there can be a recursion 
problem.  AttrShape isn't referenced by Rectangle.  Did I miss 
something or is this a mcs bug?

rob