Thanks very much. I am building using mkbundle on Mac OS X 10.5.8 from the Terminal Window.
I have compiled the product (C# 2.0) with Visual Studio 2005.NET on Vista Professional ( only way I have ever compiled ). I don’t know much about how csc.exe works behind Visual Studio. I have never used gmcs to compile on mono – should I ? Is that better? I’ve attached the Visual Studio project (extremely basic). All I have listed in the unit (ManUnit.cs) is: using System; using System.Text; using System.Windows.Forms; But I notice in the Solution Tree under References it has the following: I’ll try to remove some to see if that helps. System System.Data System.Deployment System.Drawing System.EnterpriseServices System.Web.Services System.Windows.Forms System.XML Original post: http://n2.nabble.com/mkbundle-on-Mac-OSX-10-5-working-unexpected-like-td4586618.html#a4586618 Thanks, Dan. From: Abe Gillespie [via Software] [mailto:[email protected]] Sent: February-17-10 10:58 To: d_v Subject: Re: Possible Bug Bug #580564 On Tue, Feb 16, 2010 at 7:42 PM, Michael Hutchinson <[hidden email] <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4586762&i=0> > wrote: > On Tue, Feb 16, 2010 at 10:27 AM, Abe Gillespie <[hidden email] > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4586762&i=1> > wrote: >> I'll be happy to file a bug ... I just need more info. In visual >> studio you do *not* need a reference to System.Core to compile OK. So >> does csc.exe handle this differently from gmcs.exe or does visual >> studio automatically add a System.Core reference on-the-fly when a >> compile is fired off? >> >> Essentially, what bug(s) / what product(s) should I file this against? > > That's sounds like it's a gmcs issue then, not MD. > > -- > Michael Hutchinson > http://mjhutchinson.com > _______________________________________________ Mono-list maillist - [hidden email] <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4586762&i=2> http://lists.ximian.com/mailman/listinfo/mono-list _____ View message @ http://n2.nabble.com/Possible-Bug-tp4566842p4586762.html To start a new topic under Mono - General, email [email protected] To unsubscribe from Mono - General, click < (link removed) > here. -- View this message in context: http://n2.nabble.com/Possible-Bug-tp4566842p4587172.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
