> Message: 1 > Date: Wed, 09 Aug 2006 03:19:14 +0200 > From: Keywan Najafi Tonekaboni <[EMAIL PROTECTED]> > Subject: [Muine] compile TrayIcon.cs > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain > > Hi, > > when I try to compile the TrayIcon Plugin I got this error: > > mcs -target:library -out:TrayIcon.dll TrayIcon.cs -pkg:muine-plugin > TrayIcon.cs(25,7): error CS0234: The type or namespace name `Unix' does > not exist in the namespace `Mono'. Are you missing an assembly > reference? > TrayIcon.cs(25,1): error CS0246: The type or namespace name `Mono.Unix' > could not be found. Are you missing a using directive or an assembly > reference? > Compilation failed: 2 error(s), 0 warnings > > > I use Ubuntu Dapper and Mono 1.1.13.6. I downloaded and compile Mono > 1.1.13.8 from go-mono.org, but this doesn't help (I just compile and > install mono to /usr/local) > > Any hints? > > Regards, > > Keywan
The Mono.Posix.dll library, which contains the Mono.Unix namespace, is located in the Debian/Ubuntu package "libmono1.0-cil" and "libmono2.0-cil". Ubuntu has a full Mono setup, there should be no need to download and compile it yourself. Simply install via apt: $ sudo apt-get install mono _______________________________________________ muine-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/muine-list
