Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77194 --- shadow/77194 2006-01-11 05:10:15.000000000 -0500 +++ shadow/77194.tmp.14605 2006-01-11 05:19:31.000000000 -0500 @@ -247,6 +247,22 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-01-11 05:10 ------- Created an attachment (id=16304) A simple make script (*NIX) for AspectDNG + +------- Additional Comments From [EMAIL PROTECTED] 2006-01-11 05:19 ------- +Change line 105 in +src/dotnetguru.aspectdng/metaaspects/MetaAspectFacade.cs to read: + +if (t.BaseType != null && ((object) t.BaseType.Scope == (object) +Cil.AspectsAssembly)) { + +instead of: + +if (t.BaseType != null && t.BaseType.Scope == Cil.AspectsAssembly) + +and it compiles nicely. If you use the make.sh I just uploaded then +you'll get a mdb file as well. + +(make sure to create a bin/ directory before running make.sh!) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
