Re: [Mono-dev] Mono 2.8 gnome-sharp not compiling...

2011-03-28 Thread Quandary
I'll second that motion. It's annyoing, and breakes all automated compile install scripts. Am 28.03.2011 00:54, schrieb danger89: Wow thanks! Please people fix this in the official download/git/svn/... -- View this message in context:

Re: [Mono-dev] Mono 2.8 gnome-sharp not compiling...

2011-03-27 Thread danger89
Wow thanks! Please people fix this in the official download/git/svn/... -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-8-gnome-sharp-not-compiling-tp2969455p3409805.html Sent from the Mono - Dev mailing list archive at Nabble.com.

[Mono-dev] Mono 2.8 gnome-sharp not compiling...

2010-10-09 Thread Quandary
Question: When compiling mono 2.8 et al on Ubuntu 10.04 from the stable tarballs, i get this: error CS0006: cannot find metadata file `Mono.GetOptions.dll' Compilation failed: 1 error(s), 0 warnings The error seems to be in: /root/sources/mono-2.8/download/gnome-sharp-2.24.1/sample/gnomevfs

Re: [Mono-dev] Mono 2.8 gnome-sharp not compiling...

2010-10-09 Thread Miguel de Icaza
Hello, We no longer ship Mono.GetOptions.dll, since this is a sample, you can just remove it from the Makefile. In the meantime, we should get the sample rewritten to use the new Mono.Options. On Sat, Oct 9, 2010 at 6:23 AM, Quandary quandar...@hailmail.net wrote: Question: When

Re: [Mono-dev] Mono 2.8 gnome-sharp not compiling...

2010-10-09 Thread Mike Kestner
On Sat, 2010-10-09 at 10:59 -0400, Miguel de Icaza wrote: Hello, We no longer ship Mono.GetOptions.dll, since this is a sample, you can just remove it from the Makefile. In the meantime, we should get the sample rewritten to use the new Mono.Options. It's been worked around

Re: [Mono-dev] Mono 2.8 gnome-sharp not compiling...

2010-10-09 Thread Quandary
Hi, Good. But in the meantime, comment that sample out in that official zip-file. You do everyone who downloads it to compile a favour. Line 449 + 450 of the generated makefile in that folder #TestXfer.exe: $(srcdir)/TestXfer.cs $(assemblies) #$(CSC) /out:TestXfer.exe $(references)

Re: [Mono-dev] Mono and Gnome

2007-12-12 Thread Torello Querci
Hi Miguel, for the new program is possible to avoid the Gnome dependency, but when try to port an already developed program you can find a program that use Gnome library. In the case of gbrainy it use only Gnome.Application so migrate to pure GTK is easy to do ... :) To have a version of this

Re: [Mono-dev] Mono and Gnome

2007-12-12 Thread Torello Querci
Hi Miguel, for the new program is possible to avoid the Gnome dependency, but when try to port an already developed program you can find a program that use Gnome library. In the case of gbrainy it use only Gnome.Application so migrate to pure GTK is easy to do ... :) To have a version of this

Re: [Mono-dev] Mono and Gnome

2007-12-11 Thread Miguel de Icaza
Hello, I want to port a program to a system where is installed a subsystem of Gnome. Unfortunally libgnomesharpglue can't be loaded because some needed dependency library are missing. So, it is possible create a small version of this library with a smaller gnome support on it? And how? You

[Mono-dev] Mono and Gnome

2007-12-10 Thread Torello Querci
Hi to all, I want to port a program to a system where is installed a subsystem of Gnome. Unfortunally libgnomesharpglue can't be loaded because some needed dependency library are missing. So, it is possible create a small version of this library with a smaller gnome support on it? And how?